Html Css Color HEX #DC74AE Persian Pink

📋 copy color: '#DC74AE'

red 220 ◦ green 116 ◦ blue 174

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

Shades of Persian Pink #DC74AE

Tints of Persian Pink #DC74AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.75%

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

R = 43.14%
G = 22.75%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC74AE (or 0xDC74AE) is known color: Persian Pink. HEX triplet: DC, 74 and AE. RGB value is (220,116,174). Sum of RGB (Red+Green+Blue) = 220+116+174=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74AE is #238B51. Grayscale: #999999. Windows color (decimal): -2329426 or 11433180. OLE color: 11433180.

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

Color convert

RGB 220 116 174 -
CMYK 0 0.47 0.21 0.14
HSL 326.54º 0.6% 0.66% -
HSV(B) 326.54º 0.47% 0.86% -
XYZ 43.4 30.76 43.69 -
YUV 153.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 220 116 174 0 0.47 0.21 0.14 326.54 0.6 0.66
Hex DC 74 AE 0 2F 15 E 147 3C 42
Octal 334 164 256 0 57 25 16 507 74 102
Binary 11011100 1110100 10101110 0 101111 10101 1110 101000111 111100 1000010

Color Harmonies of #DC74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74AE

Black with #DC74AE

Text Example


Text Example

White with #DC74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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