Html Css Color HEX #D8838E Carissma

📋 copy color: '#D8838E'

red 216 ◦ green 131 ◦ blue 142

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

Shades of Carissma #D8838E

Tints of Carissma #D8838E

RGB

 RED value IS 216 (84.77% from 255) = 44.17%

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

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

R = 44.17%
G = 26.79%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8838E (or 0xD8838E) is known color: Carissma. HEX triplet: D8, 83 and 8E. RGB value is (216,131,142). Sum of RGB (Red+Green+Blue) = 216+131+142=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8838E is #277C71. Grayscale: #9D9D9D. Windows color (decimal): -2587762 or 9339864. OLE color: 9339864.

HSL color Cylindrical-coordinate representation of color #D8838E: hue angle of 352.24º degrees, saturation: 0.52, 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 #D8838E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 142 -
CMYK 0 0.39 0.34 0.15
HSL 352.24º 0.52% 0.68% -
HSV(B) 352.24º 0.39% 0.85% -
XYZ 41.32 32.78 29.74 -
YUV 157.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 216 131 142 0 0.39 0.34 0.15 352.24 0.52 0.68
Hex D8 83 8E 0 27 22 F 160 34 44
Octal 330 203 216 0 47 42 17 540 64 104
Binary 11011000 10000011 10001110 0 100111 100010 1111 101100000 110100 1000100

Color Harmonies of #D8838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8838E

Black with #D8838E

Text Example


Text Example

White with #D8838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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