Html Css Color HEX #DC32AD Persian Rose

📋 copy color: '#DC32AD'

red 220 ◦ green 50 ◦ blue 173

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

Shades of Persian Rose #DC32AD

Tints of Persian Rose #DC32AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.29%

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

R = 49.66%
G = 11.29%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC32AD (or 0xDC32AD) is known color: Persian Rose. HEX triplet: DC, 32 and AD. RGB value is (220,50,173). Sum of RGB (Red+Green+Blue) = 220+50+173=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32AD is #23CD52. Grayscale: #727272. Windows color (decimal): -2346323 or 11350748. OLE color: 11350748.

HSL color Cylindrical-coordinate representation of color #DC32AD: hue angle of 316.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32AD is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 173 -
CMYK 0 0.77 0.21 0.14
HSL 316.59º 0.71% 0.53% -
HSV(B) 316.59º 0.77% 0.86% -
XYZ 38.2 20.51 41.48 -
YUV 114.85 160.82 203 -
System Red Green Blue C M Y K H S L
Decimal 220 50 173 0 0.77 0.21 0.14 316.59 0.71 0.53
Hex DC 32 AD 0 4D 15 E 13D 47 35
Octal 334 62 255 0 115 25 16 475 107 65
Binary 11011100 110010 10101101 0 1001101 10101 1110 100111101 1000111 110101

Color Harmonies of #DC32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC32AD

Black with #DC32AD

Text Example


Text Example

White with #DC32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC32AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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