Html Css Color HEX #DD28DD Razzle Dazzle Rose

📋 copy color: '#DD28DD'

red 221 ◦ green 40 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DD28DD

Tints of Razzle Dazzle Rose #DD28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.3%

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

R = 45.85%
G = 8.3%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD28DD (or 0xDD28DD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and DD. RGB value is (221,40,221). Sum of RGB (Red+Green+Blue) = 221+40+221=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28DD is #22D722. Grayscale: #727272. Windows color (decimal): -2283299 or 14493917. OLE color: 14493917.

HSL color Cylindrical-coordinate representation of color #DD28DD: hue angle of 300º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28DD is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 40 221 -
CMYK 0 0.82 0 0.13
HSL 300º 0.73% 0.51% -
HSV(B) 300º 0.82% 0.87% -
XYZ 43.63 22.11 70.37 -
YUV 114.75 187.97 203.78 -
System Red Green Blue C M Y K H S L
Decimal 221 40 221 0 0.82 0 0.13 300 0.73 0.51
Hex DD 28 DD 0 52 0 D 12C 49 33
Octal 335 50 335 0 122 0 15 454 111 63
Binary 11011101 101000 11011101 0 1010010 0 1101 100101100 1001001 110011

Color Harmonies of #DD28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28DD

Black with #DD28DD

Text Example


Text Example

White with #DD28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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