#DD38CC

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

Shades of Razzle Dazzle Rose #DD38CC

Tints of Razzle Dazzle Rose #DD38CC

Color information

#DD38CC (or 0xDD38CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 38 and CC. RGB value is (221,56,204). Sum of RGB (Red+Green+Blue) = 221+56+204=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38CC is #22C733. Grayscale: #797979. Windows color (decimal): -2279220 or 13383901. OLE color: 13383901.

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

Color convert

RGB22156204-
CMYK00.750.080.13
HSL306.18º70.82%54.31%-
HSV(B)306.18º74.66%86.67%-
XYZ42.1322.5659.26-
YUV122.21174.16198.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 56 (22.27% from 255) = 11.64%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=45.95%
G=11.64%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215620400.750.080.13306.1870.8254.31
HexDD38CC04B8D1324736
Octal335703140113101546210766
Binary110111011110001100110001001011100011011001100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD38CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD38CC; }

 p { color: rgb(221,56,204); }

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

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

 a { background-color: rgb(221,56,204); }

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

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

 span { border-color: rgb(221,56,204); }

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