#DC7483

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

Shades of Deep Blush #DC7483

Tints of Deep Blush #DC7483

Color information

#DC7483 (or 0xDC7483) is unknown color: approx Deep Blush. HEX triplet: DC, 74 and 83. RGB value is (220,116,131). Sum of RGB (Red+Green+Blue) = 220+116+131=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7483 is #238B7C. Grayscale: #949494. Windows color (decimal): -2329469 or 8615132. OLE color: 8615132.

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

Color convert

RGB220116131-
CMYK00.470.400.14
HSL351.35º59.77%65.88%-
HSV(B)351.35º47.27%86.27%-
XYZ39.8629.3525.04-
YUV148.81117.96178.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=47.11%
G=24.84%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011613100.470.400.14351.3559.7765.88
HexDC748302F28E15f3c42
Octal334164203057501653774102
Binary11011100111010010000011010111110100011101010111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7483; }

 p { color: rgb(220,116,131); }

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

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

 a { background-color: rgb(220,116,131); }

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

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

 span { border-color: rgb(220,116,131); }

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