Html Css Color HEX #D887AB Kobi

📋 copy color: '#D887AB'

red 216 ◦ green 135 ◦ blue 171

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

Shades of Kobi #D887AB

Tints of Kobi #D887AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.86%

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

R = 41.38%
G = 25.86%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D887AB (or 0xD887AB) is known color: Kobi. HEX triplet: D8, 87 and AB. RGB value is (216,135,171). Sum of RGB (Red+Green+Blue) = 216+135+171=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D887AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D887AB is #277854. Grayscale: #A3A3A3. Windows color (decimal): -2586709 or 11241432. OLE color: 11241432.

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

Color convert

RGB 216 135 171 -
CMYK 0 0.38 0.21 0.15
HSL 333.33º 0.51% 0.69% -
HSV(B) 333.33º 0.38% 0.85% -
XYZ 44.33 34.87 42.92 -
YUV 163.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 216 135 171 0 0.38 0.21 0.15 333.33 0.51 0.69
Hex D8 87 AB 0 26 15 F 14D 33 45
Octal 330 207 253 0 46 25 17 515 63 105
Binary 11011000 10000111 10101011 0 100110 10101 1111 101001101 110011 1000101

Color Harmonies of #D887AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887AB

Black with #D887AB

Text Example


Text Example

White with #D887AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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