#DD3FB4

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

Shades of Razzle Dazzle Rose #DD3FB4

Tints of Razzle Dazzle Rose #DD3FB4

Color information

#DD3FB4 (or 0xDD3FB4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 3F and B4. RGB value is (221,63,180). Sum of RGB (Red+Green+Blue) = 221+63+180=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3FB4 is #22C04B. Grayscale: #7B7B7B. Windows color (decimal): -2277452 or 11812829. OLE color: 11812829.

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

Color convert

RGB22163180-
CMYK00.710.190.13
HSL315.57º69.91%55.69%-
HSV(B)315.57º71.49%86.67%-
XYZ39.8322.2245.37-
YUV123.58159.85197.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 63 (25% from 255) = 13.58%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=47.63%
G=13.58%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216318000.710.190.13315.5769.9155.69
HexDD3FB404713D13c4638
Octal335772640107231547410670
Binary1101110111111110110100010001111001111011001111001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3FB4; }

 p { color: rgb(221,63,180); }

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

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

 a { background-color: rgb(221,63,180); }

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

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

 span { border-color: rgb(221,63,180); }

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