Html Css Color HEX #DC74AA Pale Violet Red

📋 copy color: '#DC74AA'

red 220 ◦ green 116 ◦ blue 170

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

Shades of Pale Violet Red #DC74AA

Tints of Pale Violet Red #DC74AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 43.48%
G = 22.92%
B = 33.6%

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

#DC74AA (or 0xDC74AA) is known color: Pale Violet Red. HEX triplet: DC, 74 and AA. RGB value is (220,116,170). Sum of RGB (Red+Green+Blue) = 220+116+170=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74AA is #238B55. Grayscale: #999999. Windows color (decimal): -2329430 or 11171036. OLE color: 11171036.

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

Color convert

RGB 220 116 170 -
CMYK 0 0.47 0.23 0.14
HSL 328.85º 0.6% 0.66% -
HSV(B) 328.85º 0.47% 0.86% -
XYZ 43.02 30.61 41.67 -
YUV 153.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 220 116 170 0 0.47 0.23 0.14 328.85 0.6 0.66
Hex DC 74 AA 0 2F 17 E 149 3C 42
Octal 334 164 252 0 57 27 16 511 74 102
Binary 11011100 1110100 10101010 0 101111 10111 1110 101001001 111100 1000010

Color Harmonies of #DC74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74AA

Black with #DC74AA

Text Example


Text Example

White with #DC74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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