Html Css Color HEX #DF87AB Kobi

📋 copy color: '#DF87AB'

red 223 ◦ green 135 ◦ blue 171

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

Shades of Kobi #DF87AB

Tints of Kobi #DF87AB

RGB

 RED value IS 223 (87.5% from 255) = 42.16%

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

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

R = 42.16%
G = 25.52%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF87AB (or 0xDF87AB) is known color: Kobi. HEX triplet: DF, 87 and AB. RGB value is (223,135,171). Sum of RGB (Red+Green+Blue) = 223+135+171=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF87AB is #207854. Grayscale: #A5A5A5. Windows color (decimal): -2127957 or 11241439. OLE color: 11241439.

HSL color Cylindrical-coordinate representation of color #DF87AB: hue angle of 335.45º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF87AB is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 135 171 -
CMYK 0 0.39 0.23 0.13
HSL 335.45º 0.58% 0.7% -
HSV(B) 335.45º 0.39% 0.87% -
XYZ 46.45 35.96 43.02 -
YUV 165.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 223 135 171 0 0.39 0.23 0.13 335.45 0.58 0.7
Hex DF 87 AB 0 27 17 D 14F 3A 46
Octal 337 207 253 0 47 27 15 517 72 106
Binary 11011111 10000111 10101011 0 100111 10111 1101 101001111 111010 1000110

Color Harmonies of #DF87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87AB

Black with #DF87AB

Text Example


Text Example

White with #DF87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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