Html Css Color HEX #D9848B Carissma

📋 copy color: '#D9848B'

red 217 ◦ green 132 ◦ blue 139

#D9848B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #D9848B

Tints of Carissma #D9848B

RGB

 RED value IS 217 (85.16% from 255) = 44.47%

 GREEN value IS 132 (51.95% from 255) = 27.05%

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 44.47%
G = 27.05%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9848B (or 0xD9848B) is known color: Carissma. HEX triplet: D9, 84 and 8B. RGB value is (217,132,139). Sum of RGB (Red+Green+Blue) = 217+132+139=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9848B is #267B74. Grayscale: #9E9E9E. Windows color (decimal): -2521973 or 9143513. OLE color: 9143513.

HSL color Cylindrical-coordinate representation of color #D9848B: hue angle of 355.06º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9848B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 139 -
CMYK 0 0.39 0.36 0.15
HSL 355.06º 0.53% 0.68% -
HSV(B) 355.06º 0.39% 0.85% -
XYZ 41.53 33.12 28.63 -
YUV 158.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 217 132 139 0 0.39 0.36 0.15 355.06 0.53 0.68
Hex D9 84 8B 0 27 24 F 163 35 44
Octal 331 204 213 0 47 44 17 543 65 104
Binary 11011001 10000100 10001011 0 100111 100100 1111 101100011 110101 1000100

Color Harmonies of #D9848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9848B

Black with #D9848B

Text Example


Text Example

White with #D9848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9848B; }

 p { color: rgb(217,132,139); }

 H1.HeaderClassName
 {
   color: #D9848B;
 }
 .AnyTagClassName
 {
   color: #D9848B;
 }
</style>

background-color css

<style>
 a { background-color: #D9848B; }

 a { background-color: rgb(217,132,139); }

 div.DivClassName
 {
   background-color: #D9848B;
 }
 .BgClassName
 {
   background-color: #D9848B;
 }
</style>

border-color css

<style>
 span { border-color: #D9848B; }

 span { border-color: rgb(217,132,139); }

 td.TdClassName
 {
   border-color: #D9848B;
 }
 .TagClassName
 {
   border-color: #D9848B;
 }
</style>