Html Css Color HEX #D87DB1 Kobi

📋 copy color: '#D87DB1'

red 216 ◦ green 125 ◦ blue 177

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

Shades of Kobi #D87DB1

Tints of Kobi #D87DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.13%

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 41.7%
G = 24.13%
B = 34.17%

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

#D87DB1 (or 0xD87DB1) is known color: Kobi. HEX triplet: D8, 7D and B1. RGB value is (216,125,177). Sum of RGB (Red+Green+Blue) = 216+125+177=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DB1 is #27824E. Grayscale: #9E9E9E. Windows color (decimal): -2589263 or 11632088. OLE color: 11632088.

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

Color convert

RGB 216 125 177 -
CMYK 0 0.42 0.18 0.15
HSL 325.71º 0.54% 0.67% -
HSV(B) 325.71º 0.42% 0.85% -
XYZ 43.59 32.44 45.56 -
YUV 158.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 216 125 177 0 0.42 0.18 0.15 325.71 0.54 0.67
Hex D8 7D B1 0 2A 12 F 146 36 43
Octal 330 175 261 0 52 22 17 506 66 103
Binary 11011000 1111101 10110001 0 101010 10010 1111 101000110 110110 1000011

Color Harmonies of #D87DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DB1

Black with #D87DB1

Text Example


Text Example

White with #D87DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DB1; }

 p { color: rgb(216,125,177); }

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

background-color css

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

 a { background-color: rgb(216,125,177); }

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

border-color css

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

 span { border-color: rgb(216,125,177); }

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