Html Css Color HEX #D87FA8 Kobi

📋 copy color: '#D87FA8'

red 216 ◦ green 127 ◦ blue 168

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

Shades of Kobi #D87FA8

Tints of Kobi #D87FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 42.27%
G = 24.85%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D87FA8 (or 0xD87FA8) is known color: Kobi. HEX triplet: D8, 7F and A8. RGB value is (216,127,168). Sum of RGB (Red+Green+Blue) = 216+127+168=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87FA8 is #278057. Grayscale: #9E9E9E. Windows color (decimal): -2588760 or 11042776. OLE color: 11042776.

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

Color convert

RGB 216 127 168 -
CMYK 0 0.41 0.22 0.15
HSL 332.36º 0.53% 0.67% -
HSV(B) 332.36º 0.41% 0.85% -
XYZ 42.98 32.6 41.07 -
YUV 158.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 216 127 168 0 0.41 0.22 0.15 332.36 0.53 0.67
Hex D8 7F A8 0 29 16 F 14C 35 43
Octal 330 177 250 0 51 26 17 514 65 103
Binary 11011000 1111111 10101000 0 101001 10110 1111 101001100 110101 1000011

Color Harmonies of #D87FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FA8

Black with #D87FA8

Text Example


Text Example

White with #D87FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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