#DC2DB7

Color #DC2DB7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DC2DB7

Tints of Razzle Dazzle Rose #DC2DB7

Color information

#DC2DB7 (or 0xDC2DB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 2D and B7. RGB value is (220,45,183). Sum of RGB (Red+Green+Blue) = 220+45+183=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DB7 is #23D248. Grayscale: #707070. Windows color (decimal): -2347593 or 12004828. OLE color: 12004828.

HSL color Cylindrical-coordinate representation of color #DC2DB7: hue angle of 312.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DB7 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB22045183-
CMYK00.800.170.14
HSL312.69º71.43%51.96%-
HSV(B)312.69º79.55%86.27%-
XYZ3920.5146.7-
YUV113.06167.48204.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 45 (17.97% from 255) = 10.04%
BLUE value IS 183 (71.88% from 255) = 40.85%
R=49.11%
G=10.04%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204518300.800.170.14312.6971.4351.96
HexDC2DB705011E1394734
Octal334552670120211647110764
Binary1101110010110110110111010100001000111101001110011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2DB7; }

 p { color: rgb(220,45,183); }

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

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

 a { background-color: rgb(220,45,183); }

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

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

 span { border-color: rgb(220,45,183); }

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