#DD35B5

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

Shades of Razzle Dazzle Rose #DD35B5

Tints of Razzle Dazzle Rose #DD35B5

Color information

#DD35B5 (or 0xDD35B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 35 and B5. RGB value is (221,53,181). Sum of RGB (Red+Green+Blue) = 221+53+181=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD35B5 is #22CA4A. Grayscale: #757575. Windows color (decimal): -2280011 or 11875805. OLE color: 11875805.

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

Color convert

RGB22153181-
CMYK00.760.180.13
HSL314.29º71.19%53.73%-
HSV(B)314.29º76.02%86.67%-
XYZ39.4321.2545.74-
YUV117.82163.66201.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 53 (21.09% from 255) = 11.65%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=48.57%
G=11.65%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215318100.760.180.13314.2971.1953.73
HexDD35B504C12D13a4736
Octal335652650114221547210766
Binary1101110111010110110101010011001001011011001110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD35B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD35B5; }

 p { color: rgb(221,53,181); }

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

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

 a { background-color: rgb(221,53,181); }

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

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

 span { border-color: rgb(221,53,181); }

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