Html Css Color HEX #DD31AC Persian Rose

📋 copy color: '#DD31AC'

red 221 ◦ green 49 ◦ blue 172

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

Shades of Persian Rose #DD31AC

Tints of Persian Rose #DD31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.09%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 50%
G = 11.09%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD31AC (or 0xDD31AC) is known color: Persian Rose. HEX triplet: DD, 31 and AC. RGB value is (221,49,172). Sum of RGB (Red+Green+Blue) = 221+49+172=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31AC is #22CE53. Grayscale: #727272. Windows color (decimal): -2281044 or 11284957. OLE color: 11284957.

HSL color Cylindrical-coordinate representation of color #DD31AC: hue angle of 317.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31AC is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 172 -
CMYK 0 0.78 0.22 0.13
HSL 317.09º 0.72% 0.53% -
HSV(B) 317.09º 0.78% 0.87% -
XYZ 38.36 20.55 40.97 -
YUV 114.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 221 49 172 0 0.78 0.22 0.13 317.09 0.72 0.53
Hex DD 31 AC 0 4E 16 D 13D 48 35
Octal 335 61 254 0 116 26 15 475 110 65
Binary 11011101 110001 10101100 0 1001110 10110 1101 100111101 1001000 110101

Color Harmonies of #DD31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31AC

Black with #DD31AC

Text Example


Text Example

White with #DD31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31AC; }

 p { color: rgb(221,49,172); }

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

background-color css

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

 a { background-color: rgb(221,49,172); }

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

border-color css

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

 span { border-color: rgb(221,49,172); }

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