Html Css Color HEX #DC31B3 Persian Rose

📋 copy color: '#DC31B3'

red 220 ◦ green 49 ◦ blue 179

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

Shades of Persian Rose #DC31B3

Tints of Persian Rose #DC31B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 49.11%
G = 10.94%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC31B3 (or 0xDC31B3) is known color: Persian Rose. HEX triplet: DC, 31 and B3. RGB value is (220,49,179). Sum of RGB (Red+Green+Blue) = 220+49+179=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC31B3 is #23CE4C. Grayscale: #727272. Windows color (decimal): -2346573 or 11743708. OLE color: 11743708.

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

Color convert

RGB 220 49 179 -
CMYK 0 0.78 0.19 0.14
HSL 314.39º 0.71% 0.53% -
HSV(B) 314.39º 0.78% 0.86% -
XYZ 38.75 20.67 44.59 -
YUV 114.95 164.15 202.93 -
System Red Green Blue C M Y K H S L
Decimal 220 49 179 0 0.78 0.19 0.14 314.39 0.71 0.53
Hex DC 31 B3 0 4E 13 E 13A 47 35
Octal 334 61 263 0 116 23 16 472 107 65
Binary 11011100 110001 10110011 0 1001110 10011 1110 100111010 1000111 110101

Color Harmonies of #DC31B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31B3

Black with #DC31B3

Text Example


Text Example

White with #DC31B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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