Html Css Color HEX #D9838E Carissma

📋 copy color: '#D9838E'

red 217 ◦ green 131 ◦ blue 142

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

Shades of Carissma #D9838E

Tints of Carissma #D9838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 44.29%
G = 26.73%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9838E (or 0xD9838E) is known color: Carissma. HEX triplet: D9, 83 and 8E. RGB value is (217,131,142). Sum of RGB (Red+Green+Blue) = 217+131+142=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9838E is #267C71. Grayscale: #9E9E9E. Windows color (decimal): -2522226 or 9339865. OLE color: 9339865.

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

Color convert

RGB 217 131 142 -
CMYK 0 0.40 0.35 0.15
HSL 352.33º 0.53% 0.68% -
HSV(B) 352.33º 0.4% 0.85% -
XYZ 41.61 32.94 29.76 -
YUV 157.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 217 131 142 0 0.40 0.35 0.15 352.33 0.53 0.68
Hex D9 83 8E 0 28 23 F 160 35 44
Octal 331 203 216 0 50 43 17 540 65 104
Binary 11011001 10000011 10001110 0 101000 100011 1111 101100000 110101 1000100

Color Harmonies of #D9838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9838E

Black with #D9838E

Text Example


Text Example

White with #D9838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9838E; }

 p { color: rgb(217,131,142); }

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

background-color css

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

 a { background-color: rgb(217,131,142); }

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

border-color css

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

 span { border-color: rgb(217,131,142); }

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