Html Css Color HEX #DD35D2 Razzle Dazzle Rose

📋 copy color: '#DD35D2'

red 221 ◦ green 53 ◦ blue 210

#DD35D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DD35D2

Tints of Razzle Dazzle Rose #DD35D2

RGB

 RED value IS 221 (86.72% from 255) = 45.66%

 GREEN value IS 53 (21.09% from 255) = 10.95%

 BLUE value IS 210 (82.42% from 255) = 43.39%

R = 45.66%
G = 10.95%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD35D2 (or 0xDD35D2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 35 and D2. RGB value is (221,53,210). Sum of RGB (Red+Green+Blue) = 221+53+210=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD35D2 is #22CA2D. Grayscale: #787878. Windows color (decimal): -2279982 or 13776349. OLE color: 13776349.

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

Color convert

RGB 221 53 210 -
CMYK 0 0.76 0.05 0.13
HSL 303.93º 0.71% 0.54% -
HSV(B) 303.93º 0.76% 0.87% -
XYZ 42.72 22.57 63.08 -
YUV 121.13 178.16 199.23 -
System Red Green Blue C M Y K H S L
Decimal 221 53 210 0 0.76 0.05 0.13 303.93 0.71 0.54
Hex DD 35 D2 0 4C 5 D 130 47 36
Octal 335 65 322 0 114 5 15 460 107 66
Binary 11011101 110101 11010010 0 1001100 101 1101 100110000 1000111 110110

Color Harmonies of #DD35D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD35D2

Black with #DD35D2

Text Example


Text Example

White with #DD35D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD35D2; }

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

 H1.HeaderClassName
 {
   color: #DD35D2;
 }
 .AnyTagClassName
 {
   color: #DD35D2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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