Html Css Color HEX #DD36C4 Razzle Dazzle Rose

📋 copy color: '#DD36C4'

red 221 ◦ green 54 ◦ blue 196

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

Shades of Razzle Dazzle Rose #DD36C4

Tints of Razzle Dazzle Rose #DD36C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 46.92%
G = 11.46%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD36C4 (or 0xDD36C4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 36 and C4. RGB value is (221,54,196). Sum of RGB (Red+Green+Blue) = 221+54+196=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36C4 is #22C93B. Grayscale: #777777. Windows color (decimal): -2279740 or 12859101. OLE color: 12859101.

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

Color convert

RGB 221 54 196 -
CMYK 0 0.76 0.11 0.13
HSL 308.98º 0.71% 0.54% -
HSV(B) 308.98º 0.76% 0.87% -
XYZ 41.1 22 54.3 -
YUV 120.12 170.83 199.95 -
System Red Green Blue C M Y K H S L
Decimal 221 54 196 0 0.76 0.11 0.13 308.98 0.71 0.54
Hex DD 36 C4 0 4C B D 135 47 36
Octal 335 66 304 0 114 13 15 465 107 66
Binary 11011101 110110 11000100 0 1001100 1011 1101 100110101 1000111 110110

Color Harmonies of #DD36C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36C4

Black with #DD36C4

Text Example


Text Example

White with #DD36C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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