Html Css Color HEX #DC74AC Pale Violet Red

📋 copy color: '#DC74AC'

red 220 ◦ green 116 ◦ blue 172

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

Shades of Pale Violet Red #DC74AC

Tints of Pale Violet Red #DC74AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 43.31%
G = 22.83%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC74AC (or 0xDC74AC) is known color: Pale Violet Red. HEX triplet: DC, 74 and AC. RGB value is (220,116,172). Sum of RGB (Red+Green+Blue) = 220+116+172=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74AC is #238B53. Grayscale: #999999. Windows color (decimal): -2329428 or 11302108. OLE color: 11302108.

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

Color convert

RGB 220 116 172 -
CMYK 0 0.47 0.22 0.14
HSL 327.69º 0.6% 0.66% -
HSV(B) 327.69º 0.47% 0.86% -
XYZ 43.21 30.68 42.68 -
YUV 153.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 220 116 172 0 0.47 0.22 0.14 327.69 0.6 0.66
Hex DC 74 AC 0 2F 16 E 148 3C 42
Octal 334 164 254 0 57 26 16 510 74 102
Binary 11011100 1110100 10101100 0 101111 10110 1110 101001000 111100 1000010

Color Harmonies of #DC74AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74AC

Black with #DC74AC

Text Example


Text Example

White with #DC74AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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