Html Css Color HEX #DD33C3 Razzle Dazzle Rose

📋 copy color: '#DD33C3'

red 221 ◦ green 51 ◦ blue 195

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

Shades of Razzle Dazzle Rose #DD33C3

Tints of Razzle Dazzle Rose #DD33C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 47.32%
G = 10.92%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD33C3 (or 0xDD33C3) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and C3. RGB value is (221,51,195). Sum of RGB (Red+Green+Blue) = 221+51+195=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33C3 is #22CC3C. Grayscale: #757575. Windows color (decimal): -2280509 or 12792797. OLE color: 12792797.

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

Color convert

RGB 221 51 195 -
CMYK 0 0.77 0.12 0.13
HSL 309.18º 0.71% 0.53% -
HSV(B) 309.18º 0.77% 0.87% -
XYZ 40.85 21.68 53.66 -
YUV 118.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 221 51 195 0 0.77 0.12 0.13 309.18 0.71 0.53
Hex DD 33 C3 0 4D C D 135 47 35
Octal 335 63 303 0 115 14 15 465 107 65
Binary 11011101 110011 11000011 0 1001101 1100 1101 100110101 1000111 110101

Color Harmonies of #DD33C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33C3

Black with #DD33C3

Text Example


Text Example

White with #DD33C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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