#DF84AD

Color #DF84AD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DF84AD

Tints of Kobi #DF84AD

Color information

#DF84AD (or 0xDF84AD) is unknown color: approx Kobi. HEX triplet: DF, 84 and AD. RGB value is (223,132,173). Sum of RGB (Red+Green+Blue) = 223+132+173=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84AD is #207B52. Grayscale: #A3A3A3. Windows color (decimal): -2128723 or 11371743. OLE color: 11371743.

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

Color convert

RGB223132173-
CMYK00.410.220.13
HSL332.97º58.71%69.61%-
HSV(B)332.97º40.81%87.45%-
XYZ46.2335.2143.89-
YUV163.88133.15170.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=42.23%
G=25%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313217300.410.220.13332.9758.7169.61
HexDF84AD02916D14d3b46
Octal337204255051261551573106
Binary11011111100001001010110101010011011011011010011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84AD; }

 p { color: rgb(223,132,173); }

 H1.HeaderClassName
 {
   color: #DF84AD;
 }
 .AnyTagClassName
 {
   color: #DF84AD;
 }
</style>
background-color css

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

 a { background-color: rgb(223,132,173); }

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

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

 span { border-color: rgb(223,132,173); }

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