Html Css Color HEX #DD36C6 Razzle Dazzle Rose

📋 copy color: '#DD36C6'

red 221 ◦ green 54 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DD36C6

Tints of Razzle Dazzle Rose #DD36C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 46.72%
G = 11.42%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD36C6 (or 0xDD36C6) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and C6. RGB value is (221,54,198). Sum of RGB (Red+Green+Blue) = 221+54+198=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36C6 is #22C939. Grayscale: #777777. Windows color (decimal): -2279738 or 12990173. OLE color: 12990173.

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

Color convert

RGB 221 54 198 -
CMYK 0 0.76 0.10 0.13
HSL 308.26º 0.71% 0.54% -
HSV(B) 308.26º 0.76% 0.87% -
XYZ 41.33 22.09 55.51 -
YUV 120.35 171.83 199.79 -
System Red Green Blue C M Y K H S L
Decimal 221 54 198 0 0.76 0.10 0.13 308.26 0.71 0.54
Hex DD 36 C6 0 4C A D 134 47 36
Octal 335 66 306 0 114 12 15 464 107 66
Binary 11011101 110110 11000110 0 1001100 1010 1101 100110100 1000111 110110

Color Harmonies of #DD36C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36C6

Black with #DD36C6

Text Example


Text Example

White with #DD36C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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