Html Css Color HEX #DD37BA Razzle Dazzle Rose

📋 copy color: '#DD37BA'

red 221 ◦ green 55 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DD37BA

Tints of Razzle Dazzle Rose #DD37BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 47.84%
G = 11.9%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD37BA (or 0xDD37BA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and BA. RGB value is (221,55,186). Sum of RGB (Red+Green+Blue) = 221+55+186=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37BA is #22C845. Grayscale: #777777. Windows color (decimal): -2279494 or 12203997. OLE color: 12203997.

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

Color convert

RGB 221 55 186 -
CMYK 0 0.75 0.16 0.13
HSL 312.65º 0.71% 0.54% -
HSV(B) 312.65º 0.75% 0.87% -
XYZ 40.05 21.65 48.52 -
YUV 119.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 221 55 186 0 0.75 0.16 0.13 312.65 0.71 0.54
Hex DD 37 BA 0 4B 10 D 139 47 36
Octal 335 67 272 0 113 20 15 471 107 66
Binary 11011101 110111 10111010 0 1001011 10000 1101 100111001 1000111 110110

Color Harmonies of #DD37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37BA

Black with #DD37BA

Text Example


Text Example

White with #DD37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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