Html Css Color HEX #DC31AC Persian Rose

📋 copy color: '#DC31AC'

red 220 ◦ green 49 ◦ blue 172

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

Shades of Persian Rose #DC31AC

Tints of Persian Rose #DC31AC

RGB

 RED value IS 220 (86.33% from 255) = 49.89%

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

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

R = 49.89%
G = 11.11%
B = 39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC31AC (or 0xDC31AC) is known color: Persian Rose. HEX triplet: DC, 31 and AC. RGB value is (220,49,172). Sum of RGB (Red+Green+Blue) = 220+49+172=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31AC is #23CE53. Grayscale: #717171. Windows color (decimal): -2346580 or 11284956. OLE color: 11284956.

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

Color convert

RGB 220 49 172 -
CMYK 0 0.78 0.22 0.14
HSL 316.84º 0.71% 0.53% -
HSV(B) 316.84º 0.78% 0.86% -
XYZ 38.06 20.39 40.96 -
YUV 114.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 220 49 172 0 0.78 0.22 0.14 316.84 0.71 0.53
Hex DC 31 AC 0 4E 16 E 13D 47 35
Octal 334 61 254 0 116 26 16 475 107 65
Binary 11011100 110001 10101100 0 1001110 10110 1110 100111101 1000111 110101

Color Harmonies of #DC31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31AC

Black with #DC31AC

Text Example


Text Example

White with #DC31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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