Html Css Color HEX #DD36BE Razzle Dazzle Rose

📋 copy color: '#DD36BE'

red 221 ◦ green 54 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DD36BE

Tints of Razzle Dazzle Rose #DD36BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 47.53%
G = 11.61%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD36BE (or 0xDD36BE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and BE. RGB value is (221,54,190). Sum of RGB (Red+Green+Blue) = 221+54+190=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36BE is #22C941. Grayscale: #777777. Windows color (decimal): -2279746 or 12465885. OLE color: 12465885.

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

Color convert

RGB 221 54 190 -
CMYK 0 0.76 0.14 0.13
HSL 311.14º 0.71% 0.54% -
HSV(B) 311.14º 0.76% 0.87% -
XYZ 40.43 21.73 50.78 -
YUV 119.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 221 54 190 0 0.76 0.14 0.13 311.14 0.71 0.54
Hex DD 36 BE 0 4C E D 137 47 36
Octal 335 66 276 0 114 16 15 467 107 66
Binary 11011101 110110 10111110 0 1001100 1110 1101 100110111 1000111 110110

Color Harmonies of #DD36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36BE

Black with #DD36BE

Text Example


Text Example

White with #DD36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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