#DC6481

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

Shades of Deep Blush #DC6481

Tints of Deep Blush #DC6481

Color information

#DC6481 (or 0xDC6481) is unknown color: approx Deep Blush. HEX triplet: DC, 64 and 81. RGB value is (220,100,129). Sum of RGB (Red+Green+Blue) = 220+100+129=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6481 is #239B7E. Grayscale: #8B8B8B. Windows color (decimal): -2333567 or 8479964. OLE color: 8479964.

HSL color Cylindrical-coordinate representation of color #DC6481: hue angle of 345.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6481 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220100129-
CMYK00.550.410.14
HSL345.5º63.16%62.75%-
HSV(B)345.5º54.55%86.27%-
XYZ38.0325.9123.77-
YUV139.19122.26185.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 129 (50.78% from 255) = 28.73%
R=49.00%
G=22.27%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010012900.550.410.14345.563.1662.75
HexDC648103729E15a3f3f
Octal33414420106751165327777
Binary1101110011001001000000101101111010011110101011010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6481; }

 p { color: rgb(220,100,129); }

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

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

 a { background-color: rgb(220,100,129); }

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

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

 span { border-color: rgb(220,100,129); }

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