Html Css Color HEX #D87F91 Carissma

📋 copy color: '#D87F91'

red 216 ◦ green 127 ◦ blue 145

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

Shades of Carissma #D87F91

Tints of Carissma #D87F91

RGB

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

 GREEN value IS 127 (50% from 255) = 26.02%

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

R = 44.26%
G = 26.02%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D87F91 (or 0xD87F91) is known color: Carissma. HEX triplet: D8, 7F and 91. RGB value is (216,127,145). Sum of RGB (Red+Green+Blue) = 216+127+145=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F91 is #27806E. Grayscale: #9B9B9B. Windows color (decimal): -2588783 or 9535448. OLE color: 9535448.

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

Color convert

RGB 216 127 145 -
CMYK 0 0.41 0.33 0.15
HSL 347.87º 0.53% 0.67% -
HSV(B) 347.87º 0.41% 0.85% -
XYZ 41.02 31.82 30.77 -
YUV 155.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 216 127 145 0 0.41 0.33 0.15 347.87 0.53 0.67
Hex D8 7F 91 0 29 21 F 15C 35 43
Octal 330 177 221 0 51 41 17 534 65 103
Binary 11011000 1111111 10010001 0 101001 100001 1111 101011100 110101 1000011

Color Harmonies of #D87F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F91

Black with #D87F91

Text Example


Text Example

White with #D87F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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