#DD28BE

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

Shades of Razzle Dazzle Rose #DD28BE

Tints of Razzle Dazzle Rose #DD28BE

Color information

#DD28BE (or 0xDD28BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 28 and BE. RGB value is (221,40,190). Sum of RGB (Red+Green+Blue) = 221+40+190=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28BE is #22D741. Grayscale: #6E6E6E. Windows color (decimal): -2283330 or 12462301. OLE color: 12462301.

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

Color convert

RGB22140190-
CMYK00.820.140.13
HSL310.28º72.69%51.18%-
HSV(B)310.28º81.9%86.67%-
XYZ39.8720.6150.59-
YUV111.22172.47206.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 40 (16.02% from 255) = 8.87%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=49.00%
G=8.87%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214019000.820.140.13310.2872.6951.18
HexDD28BE052ED1364933
Octal335502760122161546611163
Binary110111011010001011111001010010111011011001101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD28BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD28BE; }

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

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

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

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

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

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

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

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