Html Css Color HEX #D87EAB Kobi

📋 copy color: '#D87EAB'

red 216 ◦ green 126 ◦ blue 171

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

Shades of Kobi #D87EAB

Tints of Kobi #D87EAB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.56%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 42.11%
G = 24.56%
B = 33.33%

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

#D87EAB (or 0xD87EAB) is known color: Kobi. HEX triplet: D8, 7E and AB. RGB value is (216,126,171). Sum of RGB (Red+Green+Blue) = 216+126+171=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87EAB is #278154. Grayscale: #9D9D9D. Windows color (decimal): -2589013 or 11239128. OLE color: 11239128.

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

Color convert

RGB 216 126 171 -
CMYK 0 0.42 0.21 0.15
HSL 330º 0.54% 0.67% -
HSV(B) 330º 0.42% 0.85% -
XYZ 43.13 32.46 42.52 -
YUV 158.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 216 126 171 0 0.42 0.21 0.15 330 0.54 0.67
Hex D8 7E AB 0 2A 15 F 14A 36 43
Octal 330 176 253 0 52 25 17 512 66 103
Binary 11011000 1111110 10101011 0 101010 10101 1111 101001010 110110 1000011

Color Harmonies of #D87EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EAB

Black with #D87EAB

Text Example


Text Example

White with #D87EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EAB; }

 p { color: rgb(216,126,171); }

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

background-color css

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

 a { background-color: rgb(216,126,171); }

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

border-color css

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

 span { border-color: rgb(216,126,171); }

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