Html Css Color HEX #DD37B1 Persian Rose

📋 copy color: '#DD37B1'

red 221 ◦ green 55 ◦ blue 177

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

Shades of Persian Rose #DD37B1

Tints of Persian Rose #DD37B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.07%

R = 48.79%
G = 12.14%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD37B1 (or 0xDD37B1) is known color: Persian Rose. HEX triplet: DD, 37 and B1. RGB value is (221,55,177). Sum of RGB (Red+Green+Blue) = 221+55+177=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD37B1 is #22C84E. Grayscale: #767676. Windows color (decimal): -2279503 or 11614173. OLE color: 11614173.

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

Color convert

RGB 221 55 177 -
CMYK 0 0.75 0.20 0.13
HSL 315.9º 0.71% 0.54% -
HSV(B) 315.9º 0.75% 0.87% -
XYZ 39.12 21.28 43.64 -
YUV 118.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 221 55 177 0 0.75 0.20 0.13 315.9 0.71 0.54
Hex DD 37 B1 0 4B 14 D 13C 47 36
Octal 335 67 261 0 113 24 15 474 107 66
Binary 11011101 110111 10110001 0 1001011 10100 1101 100111100 1000111 110110

Color Harmonies of #DD37B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37B1

Black with #DD37B1

Text Example


Text Example

White with #DD37B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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