Html Css Color HEX #DC31B2 Persian Rose

📋 copy color: '#DC31B2'

red 220 ◦ green 49 ◦ blue 178

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

Shades of Persian Rose #DC31B2

Tints of Persian Rose #DC31B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 49.22%
G = 10.96%
B = 39.82%

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

#DC31B2 (or 0xDC31B2) is known color: Persian Rose. HEX triplet: DC, 31 and B2. RGB value is (220,49,178). Sum of RGB (Red+Green+Blue) = 220+49+178=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31B2 is #23CE4D. Grayscale: #727272. Windows color (decimal): -2346574 or 11678172. OLE color: 11678172.

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

Color convert

RGB 220 49 178 -
CMYK 0 0.78 0.19 0.14
HSL 314.74º 0.71% 0.53% -
HSV(B) 314.74º 0.78% 0.86% -
XYZ 38.65 20.63 44.06 -
YUV 114.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 220 49 178 0 0.78 0.19 0.14 314.74 0.71 0.53
Hex DC 31 B2 0 4E 13 E 13B 47 35
Octal 334 61 262 0 116 23 16 473 107 65
Binary 11011100 110001 10110010 0 1001110 10011 1110 100111011 1000111 110101

Color Harmonies of #DC31B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC31B2

Black with #DC31B2

Text Example


Text Example

White with #DC31B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC31B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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