Html Css Color HEX #D88391 Carissma

📋 copy color: '#D88391'

red 216 ◦ green 131 ◦ blue 145

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

Shades of Carissma #D88391

Tints of Carissma #D88391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 43.9%
G = 26.63%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D88391 (or 0xD88391) is known color: Carissma. HEX triplet: D8, 83 and 91. RGB value is (216,131,145). Sum of RGB (Red+Green+Blue) = 216+131+145=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D88391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88391 is #277C6E. Grayscale: #9E9E9E. Windows color (decimal): -2587759 or 9536472. OLE color: 9536472.

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

Color convert

RGB 216 131 145 -
CMYK 0 0.39 0.33 0.15
HSL 350.12º 0.52% 0.68% -
HSV(B) 350.12º 0.39% 0.85% -
XYZ 41.55 32.88 30.94 -
YUV 158.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 216 131 145 0 0.39 0.33 0.15 350.12 0.52 0.68
Hex D8 83 91 0 27 21 F 15E 34 44
Octal 330 203 221 0 47 41 17 536 64 104
Binary 11011000 10000011 10010001 0 100111 100001 1111 101011110 110100 1000100

Color Harmonies of #D88391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88391

Black with #D88391

Text Example


Text Example

White with #D88391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88391; }

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

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

background-color css

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

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

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

border-color css

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

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

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