#DC6184

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

Shades of Deep Blush #DC6184

Tints of Deep Blush #DC6184

Color information

#DC6184 (or 0xDC6184) is unknown color: approx Deep Blush. HEX triplet: DC, 61 and 84. RGB value is (220,97,132). Sum of RGB (Red+Green+Blue) = 220+97+132=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6184 is #239E7B. Grayscale: #898989. Windows color (decimal): -2334332 or 8675804. OLE color: 8675804.

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

Color convert

RGB22097132-
CMYK00.560.400.14
HSL342.93º63.73%62.16%-
HSV(B)342.93º55.91%86.27%-
XYZ37.9525.4324.74-
YUV137.77124.75186.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=49.00%
G=21.60%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209713200.560.400.14342.9363.7362.16
HexDC618403828E157403e
Octal334141204070501652710076
Binary11011100110000110000100011100010100011101010101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6184; }

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

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

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

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

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

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

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

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