#DC84A7

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

Shades of Kobi #DC84A7

Tints of Kobi #DC84A7

Color information

#DC84A7 (or 0xDC84A7) is unknown color: approx Kobi. HEX triplet: DC, 84 and A7. RGB value is (220,132,167). Sum of RGB (Red+Green+Blue) = 220+132+167=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84A7 is #237B58. Grayscale: #A2A2A2. Windows color (decimal): -2325337 or 10978524. OLE color: 10978524.

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

Color convert

RGB220132167-
CMYK00.400.240.14
HSL336.14º55.7%69.02%-
HSV(B)336.14º40%86.27%-
XYZ44.7434.5140.86-
YUV162.3130.65169.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 167 (65.62% from 255) = 32.18%
R=42.39%
G=25.43%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013216700.400.240.14336.1455.769.02
HexDC84A702818E1503845
Octal334204247050301652070105
Binary11011100100001001010011101010001100011101010100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84A7; }

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

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

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

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

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

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

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

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