#DD2CD7

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

Shades of Razzle Dazzle Rose #DD2CD7

Tints of Razzle Dazzle Rose #DD2CD7

Color information

#DD2CD7 (or 0xDD2CD7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 2C and D7. RGB value is (221,44,215). Sum of RGB (Red+Green+Blue) = 221+44+215=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CD7 is #22D328. Grayscale: #737373. Windows color (decimal): -2282281 or 14101725. OLE color: 14101725.

HSL color Cylindrical-coordinate representation of color #DD2CD7: hue angle of 302.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2CD7 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22144215-
CMYK00.800.030.13
HSL302.03º72.24%51.96%-
HSV(B)302.03º80.09%86.67%-
XYZ42.9922.0866.29-
YUV116.42183.64202.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 215 (84.38% from 255) = 44.79%
R=46.04%
G=9.17%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214421500.800.030.13302.0372.2451.96
HexDD2CD70503D12e4834
Octal33554327012031545611064
Binary1101110110110011010111010100001111011001011101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2CD7; }

 p { color: rgb(221,44,215); }

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

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

 a { background-color: rgb(221,44,215); }

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

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

 span { border-color: rgb(221,44,215); }

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