Html Css Color HEX #D87F92 Carissma

📋 copy color: '#D87F92'

red 216 ◦ green 127 ◦ blue 146

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

Shades of Carissma #D87F92

Tints of Carissma #D87F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 44.17%
G = 25.97%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D87F92 (or 0xD87F92) is known color: Carissma. HEX triplet: D8, 7F and 92. RGB value is (216,127,146). Sum of RGB (Red+Green+Blue) = 216+127+146=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F92 is #27806D. Grayscale: #9B9B9B. Windows color (decimal): -2588782 or 9600984. OLE color: 9600984.

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

Color convert

RGB 216 127 146 -
CMYK 0 0.41 0.32 0.15
HSL 347.19º 0.53% 0.67% -
HSV(B) 347.19º 0.41% 0.85% -
XYZ 41.1 31.85 31.18 -
YUV 155.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 216 127 146 0 0.41 0.32 0.15 347.19 0.53 0.67
Hex D8 7F 92 0 29 20 F 15B 35 43
Octal 330 177 222 0 51 40 17 533 65 103
Binary 11011000 1111111 10010010 0 101001 100000 1111 101011011 110101 1000011

Color Harmonies of #D87F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F92

Black with #D87F92

Text Example


Text Example

White with #D87F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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