Html Css Color HEX #DD33CA Razzle Dazzle Rose

📋 copy color: '#DD33CA'

red 221 ◦ green 51 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DD33CA

Tints of Razzle Dazzle Rose #DD33CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 46.62%
G = 10.76%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD33CA (or 0xDD33CA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and CA. RGB value is (221,51,202). Sum of RGB (Red+Green+Blue) = 221+51+202=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33CA is #22CC35. Grayscale: #767676. Windows color (decimal): -2280502 or 13251549. OLE color: 13251549.

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

Color convert

RGB 221 51 202 -
CMYK 0 0.77 0.09 0.13
HSL 306.71º 0.71% 0.53% -
HSV(B) 306.71º 0.77% 0.87% -
XYZ 41.66 22 57.93 -
YUV 119.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 221 51 202 0 0.77 0.09 0.13 306.71 0.71 0.53
Hex DD 33 CA 0 4D 9 D 133 47 35
Octal 335 63 312 0 115 11 15 463 107 65
Binary 11011101 110011 11001010 0 1001101 1001 1101 100110011 1000111 110101

Color Harmonies of #DD33CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33CA

Black with #DD33CA

Text Example


Text Example

White with #DD33CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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