#DF84A4

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

Shades of Kobi #DF84A4

Tints of Kobi #DF84A4

Color information

#DF84A4 (or 0xDF84A4) is unknown color: approx Kobi. HEX triplet: DF, 84 and A4. RGB value is (223,132,164). Sum of RGB (Red+Green+Blue) = 223+132+164=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84A4 is #207B5B. Grayscale: #A2A2A2. Windows color (decimal): -2128732 or 10781919. OLE color: 10781919.

HSL color Cylindrical-coordinate representation of color #DF84A4: hue angle of 338.9º 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 #DF84A4 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223132164-
CMYK00.410.260.13
HSL338.9º58.71%69.61%-
HSV(B)338.9º40.81%87.45%-
XYZ45.3834.8739.46-
YUV162.86128.65170.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=42.97%
G=25.43%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313216400.410.260.13338.958.7169.61
HexDF84A40291AD1533b46
Octal337204244051321552373106
Binary11011111100001001010010001010011101011011010100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84A4; }

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

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

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

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

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

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

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

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