Html Css Color HEX #DD34D2 Razzle Dazzle Rose

📋 copy color: '#DD34D2'

red 221 ◦ green 52 ◦ blue 210

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

Shades of Razzle Dazzle Rose #DD34D2

Tints of Razzle Dazzle Rose #DD34D2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.77%

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

R = 45.76%
G = 10.77%
B = 43.48%

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

#DD34D2 (or 0xDD34D2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and D2. RGB value is (221,52,210). Sum of RGB (Red+Green+Blue) = 221+52+210=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34D2 is #22CB2D. Grayscale: #787878. Windows color (decimal): -2280238 or 13776093. OLE color: 13776093.

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

Color convert

RGB 221 52 210 -
CMYK 0 0.76 0.05 0.13
HSL 303.91º 0.71% 0.54% -
HSV(B) 303.91º 0.76% 0.87% -
XYZ 42.68 22.48 63.06 -
YUV 120.54 178.49 199.65 -
System Red Green Blue C M Y K H S L
Decimal 221 52 210 0 0.76 0.05 0.13 303.91 0.71 0.54
Hex DD 34 D2 0 4C 5 D 130 47 36
Octal 335 64 322 0 114 5 15 460 107 66
Binary 11011101 110100 11010010 0 1001100 101 1101 100110000 1000111 110110

Color Harmonies of #DD34D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34D2

Black with #DD34D2

Text Example


Text Example

White with #DD34D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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