#DD35B7

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

Shades of Razzle Dazzle Rose #DD35B7

Tints of Razzle Dazzle Rose #DD35B7

Color information

#DD35B7 (or 0xDD35B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 35 and B7. RGB value is (221,53,183). Sum of RGB (Red+Green+Blue) = 221+53+183=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD35B7 is #22CA48. Grayscale: #757575. Windows color (decimal): -2280009 or 12006877. OLE color: 12006877.

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

Color convert

RGB22153183-
CMYK00.760.170.13
HSL313.57º71.19%53.73%-
HSV(B)313.57º76.02%86.67%-
XYZ39.6421.3446.83-
YUV118.05164.66201.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 53 (21.09% from 255) = 11.60%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=48.36%
G=11.60%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215318300.760.170.13313.5771.1953.73
HexDD35B704C11D13a4736
Octal335652670114211547210766
Binary1101110111010110110111010011001000111011001110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD35B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD35B7; }

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

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

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

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

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

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

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

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