Html Css Color HEX #D87DAC Kobi

📋 copy color: '#D87DAC'

red 216 ◦ green 125 ◦ blue 172

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

Shades of Kobi #D87DAC

Tints of Kobi #D87DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 42.11%
G = 24.37%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D87DAC (or 0xD87DAC) is known color: Kobi. HEX triplet: D8, 7D and AC. RGB value is (216,125,172). Sum of RGB (Red+Green+Blue) = 216+125+172=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAC is #278253. Grayscale: #9D9D9D. Windows color (decimal): -2589268 or 11304408. OLE color: 11304408.

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

Color convert

RGB 216 125 172 -
CMYK 0 0.42 0.20 0.15
HSL 329.01º 0.54% 0.67% -
HSV(B) 329.01º 0.42% 0.85% -
XYZ 43.1 32.24 42.98 -
YUV 157.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 216 125 172 0 0.42 0.20 0.15 329.01 0.54 0.67
Hex D8 7D AC 0 2A 14 F 149 36 43
Octal 330 175 254 0 52 24 17 511 66 103
Binary 11011000 1111101 10101100 0 101010 10100 1111 101001001 110110 1000011

Color Harmonies of #D87DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DAC

Black with #D87DAC

Text Example


Text Example

White with #D87DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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