Html Css Color HEX #DC31AD Persian Rose

📋 copy color: '#DC31AD'

red 220 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #DC31AD

Tints of Persian Rose #DC31AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 49.77%
G = 11.09%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC31AD (or 0xDC31AD) is known color: Persian Rose. HEX triplet: DC, 31 and AD. RGB value is (220,49,173). Sum of RGB (Red+Green+Blue) = 220+49+173=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31AD is #23CE52. Grayscale: #717171. Windows color (decimal): -2346579 or 11350492. OLE color: 11350492.

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

Color convert

RGB 220 49 173 -
CMYK 0 0.78 0.21 0.14
HSL 316.49º 0.71% 0.53% -
HSV(B) 316.49º 0.78% 0.86% -
XYZ 38.16 20.43 41.47 -
YUV 114.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 220 49 173 0 0.78 0.21 0.14 316.49 0.71 0.53
Hex DC 31 AD 0 4E 15 E 13C 47 35
Octal 334 61 255 0 116 25 16 474 107 65
Binary 11011100 110001 10101101 0 1001110 10101 1110 100111100 1000111 110101

Color Harmonies of #DC31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31AD

Black with #DC31AD

Text Example


Text Example

White with #DC31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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