Html Css Color HEX #DC74A9 Pale Violet Red

📋 copy color: '#DC74A9'

red 220 ◦ green 116 ◦ blue 169

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

Shades of Pale Violet Red #DC74A9

Tints of Pale Violet Red #DC74A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.47%

R = 43.56%
G = 22.97%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC74A9 (or 0xDC74A9) is known color: Pale Violet Red. HEX triplet: DC, 74 and A9. RGB value is (220,116,169). Sum of RGB (Red+Green+Blue) = 220+116+169=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A9 is #238B56. Grayscale: #999999. Windows color (decimal): -2329431 or 11105500. OLE color: 11105500.

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

Color convert

RGB 220 116 169 -
CMYK 0 0.47 0.23 0.14
HSL 329.42º 0.6% 0.66% -
HSV(B) 329.42º 0.47% 0.86% -
XYZ 42.92 30.57 41.17 -
YUV 153.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 220 116 169 0 0.47 0.23 0.14 329.42 0.6 0.66
Hex DC 74 A9 0 2F 17 E 149 3C 42
Octal 334 164 251 0 57 27 16 511 74 102
Binary 11011100 1110100 10101001 0 101111 10111 1110 101001001 111100 1000010

Color Harmonies of #DC74A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74A9

Black with #DC74A9

Text Example


Text Example

White with #DC74A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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