Html Css Color HEX #DC74AB Pale Violet Red

📋 copy color: '#DC74AB'

red 220 ◦ green 116 ◦ blue 171

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

Shades of Pale Violet Red #DC74AB

Tints of Pale Violet Red #DC74AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 43.39%
G = 22.88%
B = 33.73%

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

#DC74AB (or 0xDC74AB) is known color: Pale Violet Red. HEX triplet: DC, 74 and AB. RGB value is (220,116,171). Sum of RGB (Red+Green+Blue) = 220+116+171=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74AB is #238B54. Grayscale: #999999. Windows color (decimal): -2329429 or 11236572. OLE color: 11236572.

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

Color convert

RGB 220 116 171 -
CMYK 0 0.47 0.22 0.14
HSL 328.27º 0.6% 0.66% -
HSV(B) 328.27º 0.47% 0.86% -
XYZ 43.11 30.65 42.17 -
YUV 153.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 220 116 171 0 0.47 0.22 0.14 328.27 0.6 0.66
Hex DC 74 AB 0 2F 16 E 148 3C 42
Octal 334 164 253 0 57 26 16 510 74 102
Binary 11011100 1110100 10101011 0 101111 10110 1110 101001000 111100 1000010

Color Harmonies of #DC74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74AB

Black with #DC74AB

Text Example


Text Example

White with #DC74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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