#DC84AA

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

Shades of Kobi #DC84AA

Tints of Kobi #DC84AA

Color information

#DC84AA (or 0xDC84AA) is unknown color: approx Kobi. HEX triplet: DC, 84 and AA. RGB value is (220,132,170). Sum of RGB (Red+Green+Blue) = 220+132+170=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84AA is #237B55. Grayscale: #A2A2A2. Windows color (decimal): -2325334 or 11175132. OLE color: 11175132.

HSL color Cylindrical-coordinate representation of color #DC84AA: hue angle of 334.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC84AA is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220132170-
CMYK00.400.230.14
HSL334.09º55.7%69.02%-
HSV(B)334.09º40%86.27%-
XYZ45.0234.6242.34-
YUV162.64132.15168.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=42.15%
G=25.29%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013217000.400.230.14334.0955.769.02
HexDC84AA02817E14e3845
Octal334204252050271651670105
Binary11011100100001001010101001010001011111101010011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84AA; }

 p { color: rgb(220,132,170); }

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

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

 a { background-color: rgb(220,132,170); }

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

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

 span { border-color: rgb(220,132,170); }

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