Html Css Color HEX #D87DAF Kobi

📋 copy color: '#D87DAF'

red 216 ◦ green 125 ◦ blue 175

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

Shades of Kobi #D87DAF

Tints of Kobi #D87DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 41.86%
G = 24.22%
B = 33.91%

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

#D87DAF (or 0xD87DAF) is known color: Kobi. HEX triplet: D8, 7D and AF. RGB value is (216,125,175). Sum of RGB (Red+Green+Blue) = 216+125+175=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAF is #278250. Grayscale: #9D9D9D. Windows color (decimal): -2589265 or 11501016. OLE color: 11501016.

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

Color convert

RGB 216 125 175 -
CMYK 0 0.42 0.19 0.15
HSL 327.03º 0.54% 0.67% -
HSV(B) 327.03º 0.42% 0.85% -
XYZ 43.39 32.36 44.52 -
YUV 157.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 216 125 175 0 0.42 0.19 0.15 327.03 0.54 0.67
Hex D8 7D AF 0 2A 13 F 147 36 43
Octal 330 175 257 0 52 23 17 507 66 103
Binary 11011000 1111101 10101111 0 101010 10011 1111 101000111 110110 1000011

Color Harmonies of #D87DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DAF

Black with #D87DAF

Text Example


Text Example

White with #D87DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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