Html Css Color HEX #DD37CC Razzle Dazzle Rose

📋 copy color: '#DD37CC'

red 221 ◦ green 55 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DD37CC

Tints of Razzle Dazzle Rose #DD37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.46%

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 46.04%
G = 11.46%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD37CC (or 0xDD37CC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and CC. RGB value is (221,55,204). Sum of RGB (Red+Green+Blue) = 221+55+204=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37CC is #22C833. Grayscale: #797979. Windows color (decimal): -2279476 or 13383645. OLE color: 13383645.

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

Color convert

RGB 221 55 204 -
CMYK 0 0.75 0.08 0.13
HSL 306.14º 0.71% 0.54% -
HSV(B) 306.14º 0.75% 0.87% -
XYZ 42.08 22.46 59.24 -
YUV 121.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 221 55 204 0 0.75 0.08 0.13 306.14 0.71 0.54
Hex DD 37 CC 0 4B 8 D 132 47 36
Octal 335 67 314 0 113 10 15 462 107 66
Binary 11011101 110111 11001100 0 1001011 1000 1101 100110010 1000111 110110

Color Harmonies of #DD37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37CC

Black with #DD37CC

Text Example


Text Example

White with #DD37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37CC; }

 p { color: rgb(221,55,204); }

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

background-color css

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

 a { background-color: rgb(221,55,204); }

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

border-color css

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

 span { border-color: rgb(221,55,204); }

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