Html Css Color HEX #D87FAB Kobi

📋 copy color: '#D87FAB'

red 216 ◦ green 127 ◦ blue 171

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

Shades of Kobi #D87FAB

Tints of Kobi #D87FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.71%

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

R = 42.02%
G = 24.71%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D87FAB (or 0xD87FAB) is known color: Kobi. HEX triplet: D8, 7F and AB. RGB value is (216,127,171). Sum of RGB (Red+Green+Blue) = 216+127+171=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87FAB is #278054. Grayscale: #9E9E9E. Windows color (decimal): -2588757 or 11239384. OLE color: 11239384.

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

Color convert

RGB 216 127 171 -
CMYK 0 0.41 0.21 0.15
HSL 330.34º 0.53% 0.67% -
HSV(B) 330.34º 0.41% 0.85% -
XYZ 43.26 32.72 42.56 -
YUV 158.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 216 127 171 0 0.41 0.21 0.15 330.34 0.53 0.67
Hex D8 7F AB 0 29 15 F 14A 35 43
Octal 330 177 253 0 51 25 17 512 65 103
Binary 11011000 1111111 10101011 0 101001 10101 1111 101001010 110101 1000011

Color Harmonies of #D87FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FAB

Black with #D87FAB

Text Example


Text Example

White with #D87FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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