#DD33D7

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

Shades of Razzle Dazzle Rose #DD33D7

Tints of Razzle Dazzle Rose #DD33D7

Color information

#DD33D7 (or 0xDD33D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 33 and D7. RGB value is (221,51,215). Sum of RGB (Red+Green+Blue) = 221+51+215=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33D7 is #22CC28. Grayscale: #787878. Windows color (decimal): -2280489 or 14103517. OLE color: 14103517.

HSL color Cylindrical-coordinate representation of color #DD33D7: hue angle of 302.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33D7 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22151215-
CMYK00.770.030.13
HSL302.12º71.43%53.33%-
HSV(B)302.12º76.92%86.67%-
XYZ43.2722.6566.38-
YUV120.53181.32199.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 51 (20.31% from 255) = 10.47%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=45.38%
G=10.47%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215121500.770.030.13302.1271.4353.33
HexDD33D704D3D12e4735
Octal33563327011531545610765
Binary1101110111001111010111010011011111011001011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33D7; }

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

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

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

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

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

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

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

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