Html Css Color HEX #DC74A6 Pale Violet Red

📋 copy color: '#DC74A6'

red 220 ◦ green 116 ◦ blue 166

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

Shades of Pale Violet Red #DC74A6

Tints of Pale Violet Red #DC74A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 43.82%
G = 23.11%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC74A6 (or 0xDC74A6) is known color: Pale Violet Red. HEX triplet: DC, 74 and A6. RGB value is (220,116,166). Sum of RGB (Red+Green+Blue) = 220+116+166=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A6 is #238B59. Grayscale: #989898. Windows color (decimal): -2329434 or 10908892. OLE color: 10908892.

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

Color convert

RGB 220 116 166 -
CMYK 0 0.47 0.25 0.14
HSL 331.15º 0.6% 0.66% -
HSV(B) 331.15º 0.47% 0.86% -
XYZ 42.64 30.46 39.71 -
YUV 152.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 220 116 166 0 0.47 0.25 0.14 331.15 0.6 0.66
Hex DC 74 A6 0 2F 19 E 14B 3C 42
Octal 334 164 246 0 57 31 16 513 74 102
Binary 11011100 1110100 10100110 0 101111 11001 1110 101001011 111100 1000010

Color Harmonies of #DC74A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74A6

Black with #DC74A6

Text Example


Text Example

White with #DC74A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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