Html Css Color HEX #D87DAA Kobi

📋 copy color: '#D87DAA'

red 216 ◦ green 125 ◦ blue 170

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

Shades of Kobi #D87DAA

Tints of Kobi #D87DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.27%

R = 42.27%
G = 24.46%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D87DAA (or 0xD87DAA) is known color: Kobi. HEX triplet: D8, 7D and AA. RGB value is (216,125,170). Sum of RGB (Red+Green+Blue) = 216+125+170=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAA is #278255. Grayscale: #9D9D9D. Windows color (decimal): -2589270 or 11173336. OLE color: 11173336.

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

Color convert

RGB 216 125 170 -
CMYK 0 0.42 0.21 0.15
HSL 330.33º 0.54% 0.67% -
HSV(B) 330.33º 0.42% 0.85% -
XYZ 42.91 32.17 41.98 -
YUV 157.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 216 125 170 0 0.42 0.21 0.15 330.33 0.54 0.67
Hex D8 7D AA 0 2A 15 F 14A 36 43
Octal 330 175 252 0 52 25 17 512 66 103
Binary 11011000 1111101 10101010 0 101010 10101 1111 101001010 110110 1000011

Color Harmonies of #D87DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DAA

Black with #D87DAA

Text Example


Text Example

White with #D87DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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