Html Css Color HEX #DD33D6 Razzle Dazzle Rose

📋 copy color: '#DD33D6'

red 221 ◦ green 51 ◦ blue 214

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

Shades of Razzle Dazzle Rose #DD33D6

Tints of Razzle Dazzle Rose #DD33D6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.49%

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 45.47%
G = 10.49%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD33D6 (or 0xDD33D6) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and D6. RGB value is (221,51,214). Sum of RGB (Red+Green+Blue) = 221+51+214=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33D6 is #22CC29. Grayscale: #777777. Windows color (decimal): -2280490 or 14037981. OLE color: 14037981.

HSL color Cylindrical-coordinate representation of color #DD33D6: hue angle of 302.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33D6 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 214 -
CMYK 0 0.77 0.03 0.13
HSL 302.47º 0.71% 0.53% -
HSV(B) 302.47º 0.77% 0.87% -
XYZ 43.14 22.59 65.71 -
YUV 120.41 180.82 199.75 -
System Red Green Blue C M Y K H S L
Decimal 221 51 214 0 0.77 0.03 0.13 302.47 0.71 0.53
Hex DD 33 D6 0 4D 3 D 12E 47 35
Octal 335 63 326 0 115 3 15 456 107 65
Binary 11011101 110011 11010110 0 1001101 11 1101 100101110 1000111 110101

Color Harmonies of #DD33D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33D6

Black with #DD33D6

Text Example


Text Example

White with #DD33D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33D6; }

 p { color: rgb(221,51,214); }

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

background-color css

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

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

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

border-color css

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

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

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