Html Css Color HEX #DC7A9F Pale Violet Red

📋 copy color: '#DC7A9F'

red 220 ◦ green 122 ◦ blue 159

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

Shades of Pale Violet Red #DC7A9F

Tints of Pale Violet Red #DC7A9F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.35%

 BLUE value IS 159 (62.5% from 255) = 31.74%

R = 43.91%
G = 24.35%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC7A9F (or 0xDC7A9F) is known color: Pale Violet Red. HEX triplet: DC, 7A and 9F. RGB value is (220,122,159). Sum of RGB (Red+Green+Blue) = 220+122+159=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A9F is #238560. Grayscale: #9B9B9B. Windows color (decimal): -2327905 or 10451676. OLE color: 10451676.

HSL color Cylindrical-coordinate representation of color #DC7A9F: hue angle of 337.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A9F is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 159 -
CMYK 0 0.45 0.28 0.14
HSL 337.35º 0.58% 0.67% -
HSV(B) 337.35º 0.45% 0.86% -
XYZ 42.73 31.64 36.66 -
YUV 155.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 220 122 159 0 0.45 0.28 0.14 337.35 0.58 0.67
Hex DC 7A 9F 0 2D 1C E 151 3A 43
Octal 334 172 237 0 55 34 16 521 72 103
Binary 11011100 1111010 10011111 0 101101 11100 1110 101010001 111010 1000011

Color Harmonies of #DC7A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A9F

Black with #DC7A9F

Text Example


Text Example

White with #DC7A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A9F; }

 p { color: rgb(220,122,159); }

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

background-color css

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

 a { background-color: rgb(220,122,159); }

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

border-color css

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

 span { border-color: rgb(220,122,159); }

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