Html Css Color HEX #DC74A0 Pale Violet Red

📋 copy color: '#DC74A0'

red 220 ◦ green 116 ◦ blue 160

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

Shades of Pale Violet Red #DC74A0

Tints of Pale Violet Red #DC74A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.26%

R = 44.35%
G = 23.39%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC74A0 (or 0xDC74A0) is known color: Pale Violet Red. HEX triplet: DC, 74 and A0. RGB value is (220,116,160). Sum of RGB (Red+Green+Blue) = 220+116+160=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A0 is #238B5F. Grayscale: #989898. Windows color (decimal): -2329440 or 10515676. OLE color: 10515676.

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

Color convert

RGB 220 116 160 -
CMYK 0 0.47 0.27 0.14
HSL 334.62º 0.6% 0.66% -
HSV(B) 334.62º 0.47% 0.86% -
XYZ 42.11 30.24 36.88 -
YUV 152.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 220 116 160 0 0.47 0.27 0.14 334.62 0.6 0.66
Hex DC 74 A0 0 2F 1B E 14F 3C 42
Octal 334 164 240 0 57 33 16 517 74 102
Binary 11011100 1110100 10100000 0 101111 11011 1110 101001111 111100 1000010

Color Harmonies of #DC74A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74A0

Black with #DC74A0

Text Example


Text Example

White with #DC74A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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