Html Css Color HEX #DD37BF Razzle Dazzle Rose

📋 copy color: '#DD37BF'

red 221 ◦ green 55 ◦ blue 191

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

Shades of Razzle Dazzle Rose #DD37BF

Tints of Razzle Dazzle Rose #DD37BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.9%

R = 47.32%
G = 11.78%
B = 40.9%

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

#DD37BF (or 0xDD37BF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and BF. RGB value is (221,55,191). Sum of RGB (Red+Green+Blue) = 221+55+191=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37BF is #22C840. Grayscale: #777777. Windows color (decimal): -2279489 or 12531677. OLE color: 12531677.

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

Color convert

RGB 221 55 191 -
CMYK 0 0.75 0.14 0.13
HSL 310.84º 0.71% 0.54% -
HSV(B) 310.84º 0.75% 0.87% -
XYZ 40.59 21.87 51.37 -
YUV 120.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 221 55 191 0 0.75 0.14 0.13 310.84 0.71 0.54
Hex DD 37 BF 0 4B E D 137 47 36
Octal 335 67 277 0 113 16 15 467 107 66
Binary 11011101 110111 10111111 0 1001011 1110 1101 100110111 1000111 110110

Color Harmonies of #DD37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37BF

Black with #DD37BF

Text Example


Text Example

White with #DD37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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