Html Css Color HEX #DD37BE Razzle Dazzle Rose

📋 copy color: '#DD37BE'

red 221 ◦ green 55 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DD37BE

Tints of Razzle Dazzle Rose #DD37BE

RGB

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

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

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

R = 47.42%
G = 11.8%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD37BE (or 0xDD37BE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and BE. RGB value is (221,55,190). Sum of RGB (Red+Green+Blue) = 221+55+190=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37BE is #22C841. Grayscale: #777777. Windows color (decimal): -2279490 or 12466141. OLE color: 12466141.

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

Color convert

RGB 221 55 190 -
CMYK 0 0.75 0.14 0.13
HSL 311.2º 0.71% 0.54% -
HSV(B) 311.2º 0.75% 0.87% -
XYZ 40.48 21.82 50.79 -
YUV 120.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 221 55 190 0 0.75 0.14 0.13 311.2 0.71 0.54
Hex DD 37 BE 0 4B E D 137 47 36
Octal 335 67 276 0 113 16 15 467 107 66
Binary 11011101 110111 10111110 0 1001011 1110 1101 100110111 1000111 110110

Color Harmonies of #DD37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37BE

Black with #DD37BE

Text Example


Text Example

White with #DD37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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