Html Css Color HEX #DD33CC Razzle Dazzle Rose

📋 copy color: '#DD33CC'

red 221 ◦ green 51 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DD33CC

Tints of Razzle Dazzle Rose #DD33CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 46.43%
G = 10.71%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD33CC (or 0xDD33CC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and CC. RGB value is (221,51,204). Sum of RGB (Red+Green+Blue) = 221+51+204=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33CC is #22CC33. Grayscale: #767676. Windows color (decimal): -2280500 or 13382621. OLE color: 13382621.

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

Color convert

RGB 221 51 204 -
CMYK 0 0.77 0.08 0.13
HSL 306º 0.71% 0.53% -
HSV(B) 306º 0.77% 0.87% -
XYZ 41.9 22.1 59.18 -
YUV 119.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 221 51 204 0 0.77 0.08 0.13 306 0.71 0.53
Hex DD 33 CC 0 4D 8 D 132 47 35
Octal 335 63 314 0 115 10 15 462 107 65
Binary 11011101 110011 11001100 0 1001101 1000 1101 100110010 1000111 110101

Color Harmonies of #DD33CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33CC

Black with #DD33CC

Text Example


Text Example

White with #DD33CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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