#DD28C0

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

Shades of Razzle Dazzle Rose #DD28C0

Tints of Razzle Dazzle Rose #DD28C0

Color information

#DD28C0 (or 0xDD28C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 28 and C0. RGB value is (221,40,192). Sum of RGB (Red+Green+Blue) = 221+40+192=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28C0 is #22D73F. Grayscale: #6F6F6F. Windows color (decimal): -2283328 or 12593373. OLE color: 12593373.

HSL color Cylindrical-coordinate representation of color #DD28C0: hue angle of 309.61º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28C0 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB22140192-
CMYK00.820.130.13
HSL309.61º72.69%51.18%-
HSV(B)309.61º81.9%86.67%-
XYZ40.0920.751.75-
YUV111.45173.47206.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 40 (16.02% from 255) = 8.83%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=48.79%
G=8.83%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214019200.820.130.13309.6172.6951.18
HexDD28C0052DD1364933
Octal335503000122151546611163
Binary110111011010001100000001010010110111011001101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD28C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD28C0; }

 p { color: rgb(221,40,192); }

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

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

 a { background-color: rgb(221,40,192); }

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

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

 span { border-color: rgb(221,40,192); }

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