#DD28BF

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

Shades of Razzle Dazzle Rose #DD28BF

Tints of Razzle Dazzle Rose #DD28BF

Color information

#DD28BF (or 0xDD28BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 28 and BF. RGB value is (221,40,191). Sum of RGB (Red+Green+Blue) = 221+40+191=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28BF is #22D740. Grayscale: #6E6E6E. Windows color (decimal): -2283329 or 12527837. OLE color: 12527837.

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

Color convert

RGB22140191-
CMYK00.820.140.13
HSL309.94º72.69%51.18%-
HSV(B)309.94º81.9%86.67%-
XYZ39.9820.6551.17-
YUV111.33172.97206.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 40 (16.02% from 255) = 8.85%
BLUE value IS 191 (75% from 255) = 42.26%
R=48.89%
G=8.85%
B=42.26%

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
Decimal2214019100.820.140.13309.9472.6951.18
HexDD28BF052ED1364933
Octal335502770122161546611163
Binary110111011010001011111101010010111011011001101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD28BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD28BF; }

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

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

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

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

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

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

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

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