Html Css Color HEX #D87F94 Carissma

📋 copy color: '#D87F94'

red 216 ◦ green 127 ◦ blue 148

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

Shades of Carissma #D87F94

Tints of Carissma #D87F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 43.99%
G = 25.87%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D87F94 (or 0xD87F94) is known color: Carissma. HEX triplet: D8, 7F and 94. RGB value is (216,127,148). Sum of RGB (Red+Green+Blue) = 216+127+148=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F94 is #27806B. Grayscale: #9C9C9C. Windows color (decimal): -2588780 or 9732056. OLE color: 9732056.

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

Color convert

RGB 216 127 148 -
CMYK 0 0.41 0.31 0.15
HSL 345.84º 0.53% 0.67% -
HSV(B) 345.84º 0.41% 0.85% -
XYZ 41.25 31.92 32 -
YUV 156.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 216 127 148 0 0.41 0.31 0.15 345.84 0.53 0.67
Hex D8 7F 94 0 29 1F F 15A 35 43
Octal 330 177 224 0 51 37 17 532 65 103
Binary 11011000 1111111 10010100 0 101001 11111 1111 101011010 110101 1000011

Color Harmonies of #D87F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F94

Black with #D87F94

Text Example


Text Example

White with #D87F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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