#DC2AC7

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

Shades of Razzle Dazzle Rose #DC2AC7

Tints of Razzle Dazzle Rose #DC2AC7

Color information

#DC2AC7 (or 0xDC2AC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 2A and C7. RGB value is (220,42,199). Sum of RGB (Red+Green+Blue) = 220+42+199=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2AC7 is #23D538. Grayscale: #707070. Windows color (decimal): -2348345 or 13052636. OLE color: 13052636.

HSL color Cylindrical-coordinate representation of color #DC2AC7: hue angle of 307.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AC7 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB22042199-
CMYK00.810.100.14
HSL307.08º71.77%51.37%-
HSV(B)307.08º80.91%86.27%-
XYZ40.652155.94-
YUV113.12176.47204.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 42 (16.80% from 255) = 9.11%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=47.72%
G=9.11%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204219900.810.100.14307.0871.7751.37
HexDC2AC7051AE1334833
Octal334523070121121646311063
Binary110111001010101100011101010001101011101001100111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2AC7; }

 p { color: rgb(220,42,199); }

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

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

 a { background-color: rgb(220,42,199); }

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

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

 span { border-color: rgb(220,42,199); }

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