#DC84AE

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

Shades of Kobi #DC84AE

Tints of Kobi #DC84AE

Color information

#DC84AE (or 0xDC84AE) is unknown color: approx Kobi. HEX triplet: DC, 84 and AE. RGB value is (220,132,174). Sum of RGB (Red+Green+Blue) = 220+132+174=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84AE is #237B51. Grayscale: #A3A3A3. Windows color (decimal): -2325330 or 11437276. OLE color: 11437276.

HSL color Cylindrical-coordinate representation of color #DC84AE: hue angle of 331.36º 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 #DC84AE is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220132174-
CMYK00.400.210.14
HSL331.36º55.7%69.02%-
HSV(B)331.36º40%86.27%-
XYZ45.4134.7744.36-
YUV163.1134.15168.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 132 (51.95% from 255) = 25.10%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=41.83%
G=25.10%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013217400.400.210.14331.3655.769.02
HexDC84AE02815E14b3845
Octal334204256050251651370105
Binary11011100100001001010111001010001010111101010010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84AE; }

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

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

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

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

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

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

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

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