#DC2ED5

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

Shades of Razzle Dazzle Rose #DC2ED5

Tints of Razzle Dazzle Rose #DC2ED5

Color information

#DC2ED5 (or 0xDC2ED5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 2E and D5. RGB value is (220,46,213). Sum of RGB (Red+Green+Blue) = 220+46+213=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ED5 is #23D12A. Grayscale: #747474. Windows color (decimal): -2347307 or 13971164. OLE color: 13971164.

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

Color convert

RGB22046213-
CMYK00.790.030.14
HSL302.41º71.31%52.16%-
HSV(B)302.41º79.09%86.27%-
XYZ42.521.9764.95-
YUV117.06182.15201.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 46 (18.36% from 255) = 9.60%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=45.93%
G=9.60%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204621300.790.030.14302.4171.3152.16
HexDC2ED504F3E12e4734
Octal33456325011731645610764
Binary1101110010111011010101010011111111101001011101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2ED5; }

 p { color: rgb(220,46,213); }

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

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

 a { background-color: rgb(220,46,213); }

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

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

 span { border-color: rgb(220,46,213); }

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