Html Css Color HEX #D87EB0 Kobi

📋 copy color: '#D87EB0'

red 216 ◦ green 126 ◦ blue 176

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

Shades of Kobi #D87EB0

Tints of Kobi #D87EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 41.7%
G = 24.32%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D87EB0 (or 0xD87EB0) is known color: Kobi. HEX triplet: D8, 7E and B0. RGB value is (216,126,176). Sum of RGB (Red+Green+Blue) = 216+126+176=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87EB0 is #27814F. Grayscale: #9E9E9E. Windows color (decimal): -2589008 or 11566808. OLE color: 11566808.

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

Color convert

RGB 216 126 176 -
CMYK 0 0.42 0.19 0.15
HSL 326.67º 0.54% 0.67% -
HSV(B) 326.67º 0.42% 0.85% -
XYZ 43.62 32.66 45.08 -
YUV 158.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 216 126 176 0 0.42 0.19 0.15 326.67 0.54 0.67
Hex D8 7E B0 0 2A 13 F 147 36 43
Octal 330 176 260 0 52 23 17 507 66 103
Binary 11011000 1111110 10110000 0 101010 10011 1111 101000111 110110 1000011

Color Harmonies of #D87EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EB0

Black with #D87EB0

Text Example


Text Example

White with #D87EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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