Html Css Color HEX #DD36D1 Razzle Dazzle Rose

📋 copy color: '#DD36D1'

red 221 ◦ green 54 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DD36D1

Tints of Razzle Dazzle Rose #DD36D1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.16%

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

R = 45.66%
G = 11.16%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD36D1 (or 0xDD36D1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and D1. RGB value is (221,54,209). Sum of RGB (Red+Green+Blue) = 221+54+209=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36D1 is #22C92E. Grayscale: #797979. Windows color (decimal): -2279727 or 13711069. OLE color: 13711069.

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

Color convert

RGB 221 54 209 -
CMYK 0 0.76 0.05 0.13
HSL 304.31º 0.71% 0.54% -
HSV(B) 304.31º 0.76% 0.87% -
XYZ 42.65 22.61 62.44 -
YUV 121.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 221 54 209 0 0.76 0.05 0.13 304.31 0.71 0.54
Hex DD 36 D1 0 4C 5 D 130 47 36
Octal 335 66 321 0 114 5 15 460 107 66
Binary 11011101 110110 11010001 0 1001100 101 1101 100110000 1000111 110110

Color Harmonies of #DD36D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36D1

Black with #DD36D1

Text Example


Text Example

White with #DD36D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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