Html Css Color HEX #DC74A7 Pale Violet Red

📋 copy color: '#DC74A7'

red 220 ◦ green 116 ◦ blue 167

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

Shades of Pale Violet Red #DC74A7

Tints of Pale Violet Red #DC74A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.2%

R = 43.74%
G = 23.06%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC74A7 (or 0xDC74A7) is known color: Pale Violet Red. HEX triplet: DC, 74 and A7. RGB value is (220,116,167). Sum of RGB (Red+Green+Blue) = 220+116+167=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A7 is #238B58. Grayscale: #989898. Windows color (decimal): -2329433 or 10974428. OLE color: 10974428.

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

Color convert

RGB 220 116 167 -
CMYK 0 0.47 0.24 0.14
HSL 330.58º 0.6% 0.66% -
HSV(B) 330.58º 0.47% 0.86% -
XYZ 42.74 30.5 40.19 -
YUV 152.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 220 116 167 0 0.47 0.24 0.14 330.58 0.6 0.66
Hex DC 74 A7 0 2F 18 E 14B 3C 42
Octal 334 164 247 0 57 30 16 513 74 102
Binary 11011100 1110100 10100111 0 101111 11000 1110 101001011 111100 1000010

Color Harmonies of #DC74A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74A7

Black with #DC74A7

Text Example


Text Example

White with #DC74A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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