Html Css Color HEX #DC31AF Persian Rose

📋 copy color: '#DC31AF'

red 220 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #DC31AF

Tints of Persian Rose #DC31AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 49.55%
G = 11.04%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC31AF (or 0xDC31AF) is known color: Persian Rose. HEX triplet: DC, 31 and AF. RGB value is (220,49,175). Sum of RGB (Red+Green+Blue) = 220+49+175=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31AF is #23CE50. Grayscale: #727272. Windows color (decimal): -2346577 or 11481564. OLE color: 11481564.

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

Color convert

RGB 220 49 175 -
CMYK 0 0.78 0.20 0.14
HSL 315.79º 0.71% 0.53% -
HSV(B) 315.79º 0.78% 0.86% -
XYZ 38.35 20.51 42.49 -
YUV 114.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 220 49 175 0 0.78 0.20 0.14 315.79 0.71 0.53
Hex DC 31 AF 0 4E 14 E 13C 47 35
Octal 334 61 257 0 116 24 16 474 107 65
Binary 11011100 110001 10101111 0 1001110 10100 1110 100111100 1000111 110101

Color Harmonies of #DC31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31AF

Black with #DC31AF

Text Example


Text Example

White with #DC31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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