#DD28C6

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

Shades of Razzle Dazzle Rose #DD28C6

Tints of Razzle Dazzle Rose #DD28C6

Color information

#DD28C6 (or 0xDD28C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 28 and C6. RGB value is (221,40,198). Sum of RGB (Red+Green+Blue) = 221+40+198=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28C6 is #22D739. Grayscale: #6F6F6F. Windows color (decimal): -2283322 or 12986589. OLE color: 12986589.

HSL color Cylindrical-coordinate representation of color #DD28C6: hue angle of 307.62º 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 #DD28C6 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22140198-
CMYK00.820.100.13
HSL307.62º72.69%51.18%-
HSV(B)307.62º81.9%86.67%-
XYZ40.7720.9755.32-
YUV112.13176.47205.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 40 (16.02% from 255) = 8.71%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=48.15%
G=8.71%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214019800.820.100.13307.6272.6951.18
HexDD28C6052AD1344933
Octal335503060122121546411163
Binary110111011010001100011001010010101011011001101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD28C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD28C6; }

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

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

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

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

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

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

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

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