Html Css Color HEX #DC3AAD Persian Rose

📋 copy color: '#DC3AAD'

red 220 ◦ green 58 ◦ blue 173

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

Shades of Persian Rose #DC3AAD

Tints of Persian Rose #DC3AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

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

R = 48.78%
G = 12.86%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC3AAD (or 0xDC3AAD) is known color: Persian Rose. HEX triplet: DC, 3A and AD. RGB value is (220,58,173). Sum of RGB (Red+Green+Blue) = 220+58+173=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3AAD is #23C552. Grayscale: #777777. Windows color (decimal): -2344275 or 11352796. OLE color: 11352796.

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

Color convert

RGB 220 58 173 -
CMYK 0 0.74 0.21 0.14
HSL 317.41º 0.7% 0.55% -
HSV(B) 317.41º 0.74% 0.86% -
XYZ 38.57 21.26 41.61 -
YUV 119.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 220 58 173 0 0.74 0.21 0.14 317.41 0.7 0.55
Hex DC 3A AD 0 4A 15 E 13D 46 37
Octal 334 72 255 0 112 25 16 475 106 67
Binary 11011100 111010 10101101 0 1001010 10101 1110 100111101 1000110 110111

Color Harmonies of #DC3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3AAD

Black with #DC3AAD

Text Example


Text Example

White with #DC3AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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