Html Css Color HEX #DD37BD Razzle Dazzle Rose

📋 copy color: '#DD37BD'

red 221 ◦ green 55 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DD37BD

Tints of Razzle Dazzle Rose #DD37BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 47.53%
G = 11.83%
B = 40.65%

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

#DD37BD (or 0xDD37BD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 37 and BD. RGB value is (221,55,189). Sum of RGB (Red+Green+Blue) = 221+55+189=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37BD is #22C842. Grayscale: #777777. Windows color (decimal): -2279491 or 12400605. OLE color: 12400605.

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

Color convert

RGB 221 55 189 -
CMYK 0 0.75 0.14 0.13
HSL 311.57º 0.71% 0.54% -
HSV(B) 311.57º 0.75% 0.87% -
XYZ 40.37 21.78 50.22 -
YUV 119.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 221 55 189 0 0.75 0.14 0.13 311.57 0.71 0.54
Hex DD 37 BD 0 4B E D 138 47 36
Octal 335 67 275 0 113 16 15 470 107 66
Binary 11011101 110111 10111101 0 1001011 1110 1101 100111000 1000111 110110

Color Harmonies of #DD37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37BD

Black with #DD37BD

Text Example


Text Example

White with #DD37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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