Html Css Color HEX #D87EB2 Kobi

📋 copy color: '#D87EB2'

red 216 ◦ green 126 ◦ blue 178

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

Shades of Kobi #D87EB2

Tints of Kobi #D87EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 41.54%
G = 24.23%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D87EB2 (or 0xD87EB2) is known color: Kobi. HEX triplet: D8, 7E and B2. RGB value is (216,126,178). Sum of RGB (Red+Green+Blue) = 216+126+178=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87EB2 is #27814D. Grayscale: #9E9E9E. Windows color (decimal): -2589006 or 11697880. OLE color: 11697880.

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

Color convert

RGB 216 126 178 -
CMYK 0 0.42 0.18 0.15
HSL 325.33º 0.54% 0.67% -
HSV(B) 325.33º 0.42% 0.85% -
XYZ 43.82 32.73 46.13 -
YUV 158.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 216 126 178 0 0.42 0.18 0.15 325.33 0.54 0.67
Hex D8 7E B2 0 2A 12 F 145 36 43
Octal 330 176 262 0 52 22 17 505 66 103
Binary 11011000 1111110 10110010 0 101010 10010 1111 101000101 110110 1000011

Color Harmonies of #D87EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87EB2

Black with #D87EB2

Text Example


Text Example

White with #D87EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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