Html Css Color HEX #DD2AD4 Razzle Dazzle Rose

📋 copy color: '#DD2AD4'

red 221 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DD2AD4

Tints of Razzle Dazzle Rose #DD2AD4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.84%

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 46.53%
G = 8.84%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD2AD4 (or 0xDD2AD4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2A and D4. RGB value is (221,42,212). Sum of RGB (Red+Green+Blue) = 221+42+212=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2AD4 is #22D52B. Grayscale: #727272. Windows color (decimal): -2282796 or 13904605. OLE color: 13904605.

HSL color Cylindrical-coordinate representation of color #DD2AD4: hue angle of 303.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2AD4 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 42 212 -
CMYK 0 0.81 0.04 0.13
HSL 303.02º 0.72% 0.52% -
HSV(B) 303.02º 0.81% 0.87% -
XYZ 42.53 21.78 64.25 -
YUV 114.9 182.8 203.68 -
System Red Green Blue C M Y K H S L
Decimal 221 42 212 0 0.81 0.04 0.13 303.02 0.72 0.52
Hex DD 2A D4 0 51 4 D 12F 48 34
Octal 335 52 324 0 121 4 15 457 110 64
Binary 11011101 101010 11010100 0 1010001 100 1101 100101111 1001000 110100

Color Harmonies of #DD2AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2AD4

Black with #DD2AD4

Text Example


Text Example

White with #DD2AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2AD4; }

 p { color: rgb(221,42,212); }

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

background-color css

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

 a { background-color: rgb(221,42,212); }

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

border-color css

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

 span { border-color: rgb(221,42,212); }

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