Html Css Color HEX #D87DAE Kobi

📋 copy color: '#D87DAE'

red 216 ◦ green 125 ◦ blue 174

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

Shades of Kobi #D87DAE

Tints of Kobi #D87DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.27%

 BLUE value IS 174 (68.36% from 255) = 33.79%

R = 41.94%
G = 24.27%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D87DAE (or 0xD87DAE) is known color: Kobi. HEX triplet: D8, 7D and AE. RGB value is (216,125,174). Sum of RGB (Red+Green+Blue) = 216+125+174=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAE is #278251. Grayscale: #9D9D9D. Windows color (decimal): -2589266 or 11435480. OLE color: 11435480.

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

Color convert

RGB 216 125 174 -
CMYK 0 0.42 0.19 0.15
HSL 327.69º 0.54% 0.67% -
HSV(B) 327.69º 0.42% 0.85% -
XYZ 43.29 32.32 44 -
YUV 157.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 216 125 174 0 0.42 0.19 0.15 327.69 0.54 0.67
Hex D8 7D AE 0 2A 13 F 148 36 43
Octal 330 175 256 0 52 23 17 510 66 103
Binary 11011000 1111101 10101110 0 101010 10011 1111 101001000 110110 1000011

Color Harmonies of #D87DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DAE

Black with #D87DAE

Text Example


Text Example

White with #D87DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DAE; }

 p { color: rgb(216,125,174); }

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

background-color css

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

 a { background-color: rgb(216,125,174); }

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

border-color css

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

 span { border-color: rgb(216,125,174); }

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