Html Css Color HEX #DC20A4 Persian Rose

📋 copy color: '#DC20A4'

red 220 ◦ green 32 ◦ blue 164

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

Shades of Persian Rose #DC20A4

Tints of Persian Rose #DC20A4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.69%

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 52.88%
G = 7.69%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC20A4 (or 0xDC20A4) is known color: Persian Rose. HEX triplet: DC, 20 and A4. RGB value is (220,32,164). Sum of RGB (Red+Green+Blue) = 220+32+164=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20A4 is #23DF5B. Grayscale: #666666. Windows color (decimal): -2350940 or 10756316. OLE color: 10756316.

HSL color Cylindrical-coordinate representation of color #DC20A4: hue angle of 317.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20A4 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 164 -
CMYK 0 0.85 0.25 0.14
HSL 317.87º 0.75% 0.49% -
HSV(B) 317.87º 0.85% 0.86% -
XYZ 36.73 18.93 36.84 -
YUV 103.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 220 32 164 0 0.85 0.25 0.14 317.87 0.75 0.49
Hex DC 20 A4 0 55 19 E 13E 4B 31
Octal 334 40 244 0 125 31 16 476 113 61
Binary 11011100 100000 10100100 0 1010101 11001 1110 100111110 1001011 110001

Color Harmonies of #DC20A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20A4

Black with #DC20A4

Text Example


Text Example

White with #DC20A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20A4; }

 p { color: rgb(220,32,164); }

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

background-color css

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

 a { background-color: rgb(220,32,164); }

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

border-color css

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

 span { border-color: rgb(220,32,164); }

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