Html Css Color HEX #DD33D1 Razzle Dazzle Rose

📋 copy color: '#DD33D1'

red 221 ◦ green 51 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DD33D1

Tints of Razzle Dazzle Rose #DD33D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 45.95%
G = 10.6%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD33D1 (or 0xDD33D1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and D1. RGB value is (221,51,209). Sum of RGB (Red+Green+Blue) = 221+51+209=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33D1 is #22CC2E. Grayscale: #777777. Windows color (decimal): -2280495 or 13710301. OLE color: 13710301.

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

Color convert

RGB 221 51 209 -
CMYK 0 0.77 0.05 0.13
HSL 304.24º 0.71% 0.53% -
HSV(B) 304.24º 0.77% 0.87% -
XYZ 42.51 22.34 62.39 -
YUV 119.84 178.32 200.15 -
System Red Green Blue C M Y K H S L
Decimal 221 51 209 0 0.77 0.05 0.13 304.24 0.71 0.53
Hex DD 33 D1 0 4D 5 D 130 47 35
Octal 335 63 321 0 115 5 15 460 107 65
Binary 11011101 110011 11010001 0 1001101 101 1101 100110000 1000111 110101

Color Harmonies of #DD33D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33D1

Black with #DD33D1

Text Example


Text Example

White with #DD33D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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