Html Css Color HEX #DD2ADD Razzle Dazzle Rose

📋 copy color: '#DD2ADD'

red 221 ◦ green 42 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DD2ADD

Tints of Razzle Dazzle Rose #DD2ADD

RGB

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

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

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

R = 45.66%
G = 8.68%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD2ADD (or 0xDD2ADD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2A and DD. RGB value is (221,42,221). Sum of RGB (Red+Green+Blue) = 221+42+221=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ADD is #22D522. Grayscale: #737373. Windows color (decimal): -2282787 or 14494429. OLE color: 14494429.

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

Color convert

RGB 221 42 221 -
CMYK 0 0.81 0 0.13
HSL 300º 0.72% 0.52% -
HSV(B) 300º 0.81% 0.87% -
XYZ 43.7 22.25 70.4 -
YUV 115.93 187.3 202.95 -
System Red Green Blue C M Y K H S L
Decimal 221 42 221 0 0.81 0 0.13 300 0.72 0.52
Hex DD 2A DD 0 51 0 D 12C 48 34
Octal 335 52 335 0 121 0 15 454 110 64
Binary 11011101 101010 11011101 0 1010001 0 1101 100101100 1001000 110100

Color Harmonies of #DD2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2ADD

Black with #DD2ADD

Text Example


Text Example

White with #DD2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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