Html Css Color HEX #DD37B2 Persian Rose

📋 copy color: '#DD37B2'

red 221 ◦ green 55 ◦ blue 178

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

Shades of Persian Rose #DD37B2

Tints of Persian Rose #DD37B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.21%

R = 48.68%
G = 12.11%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD37B2 (or 0xDD37B2) is known color: Persian Rose. HEX triplet: DD, 37 and B2. RGB value is (221,55,178). Sum of RGB (Red+Green+Blue) = 221+55+178=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD37B2 is #22C84D. Grayscale: #767676. Windows color (decimal): -2279502 or 11679709. OLE color: 11679709.

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

Color convert

RGB 221 55 178 -
CMYK 0 0.75 0.19 0.13
HSL 315.54º 0.71% 0.54% -
HSV(B) 315.54º 0.75% 0.87% -
XYZ 39.22 21.32 44.17 -
YUV 118.66 161.5 201 -
System Red Green Blue C M Y K H S L
Decimal 221 55 178 0 0.75 0.19 0.13 315.54 0.71 0.54
Hex DD 37 B2 0 4B 13 D 13C 47 36
Octal 335 67 262 0 113 23 15 474 107 66
Binary 11011101 110111 10110010 0 1001011 10011 1101 100111100 1000111 110110

Color Harmonies of #DD37B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37B2

Black with #DD37B2

Text Example


Text Example

White with #DD37B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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