Html Css Color HEX #DC7A9D Pale Violet Red

📋 copy color: '#DC7A9D'

red 220 ◦ green 122 ◦ blue 157

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

Shades of Pale Violet Red #DC7A9D

Tints of Pale Violet Red #DC7A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 44.09%
G = 24.45%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC7A9D (or 0xDC7A9D) is known color: Pale Violet Red. HEX triplet: DC, 7A and 9D. RGB value is (220,122,157). Sum of RGB (Red+Green+Blue) = 220+122+157=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A9D is #238562. Grayscale: #9B9B9B. Windows color (decimal): -2327907 or 10320604. OLE color: 10320604.

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

Color convert

RGB 220 122 157 -
CMYK 0 0.45 0.29 0.14
HSL 338.57º 0.58% 0.67% -
HSV(B) 338.57º 0.45% 0.86% -
XYZ 42.56 31.57 35.75 -
YUV 155.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 220 122 157 0 0.45 0.29 0.14 338.57 0.58 0.67
Hex DC 7A 9D 0 2D 1D E 153 3A 43
Octal 334 172 235 0 55 35 16 523 72 103
Binary 11011100 1111010 10011101 0 101101 11101 1110 101010011 111010 1000011

Color Harmonies of #DC7A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A9D

Black with #DC7A9D

Text Example


Text Example

White with #DC7A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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