Html Css Color HEX #DC3AAE Persian Rose

📋 copy color: '#DC3AAE'

red 220 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #DC3AAE

Tints of Persian Rose #DC3AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 48.67%
G = 12.83%
B = 38.5%

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

#DC3AAE (or 0xDC3AAE) is known color: Persian Rose. HEX triplet: DC, 3A and AE. RGB value is (220,58,174). Sum of RGB (Red+Green+Blue) = 220+58+174=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3AAE is #23C551. Grayscale: #777777. Windows color (decimal): -2344274 or 11418332. OLE color: 11418332.

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

Color convert

RGB 220 58 174 -
CMYK 0 0.74 0.21 0.14
HSL 317.04º 0.7% 0.55% -
HSV(B) 317.04º 0.74% 0.86% -
XYZ 38.67 21.3 42.12 -
YUV 119.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 220 58 174 0 0.74 0.21 0.14 317.04 0.7 0.55
Hex DC 3A AE 0 4A 15 E 13D 46 37
Octal 334 72 256 0 112 25 16 475 106 67
Binary 11011100 111010 10101110 0 1001010 10101 1110 100111101 1000110 110111

Color Harmonies of #DC3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3AAE

Black with #DC3AAE

Text Example


Text Example

White with #DC3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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