Html Css Color HEX #DC7D9E Pale Violet Red

📋 copy color: '#DC7D9E'

red 220 ◦ green 125 ◦ blue 158

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

Shades of Pale Violet Red #DC7D9E

Tints of Pale Violet Red #DC7D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.85%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 43.74%
G = 24.85%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC7D9E (or 0xDC7D9E) is known color: Pale Violet Red. HEX triplet: DC, 7D and 9E. RGB value is (220,125,158). Sum of RGB (Red+Green+Blue) = 220+125+158=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D9E is #238261. Grayscale: #9D9D9D. Windows color (decimal): -2327138 or 10386908. OLE color: 10386908.

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

Color convert

RGB 220 125 158 -
CMYK 0 0.43 0.28 0.14
HSL 339.16º 0.58% 0.68% -
HSV(B) 339.16º 0.43% 0.86% -
XYZ 43.02 32.35 36.32 -
YUV 157.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 220 125 158 0 0.43 0.28 0.14 339.16 0.58 0.68
Hex DC 7D 9E 0 2B 1C E 153 3A 44
Octal 334 175 236 0 53 34 16 523 72 104
Binary 11011100 1111101 10011110 0 101011 11100 1110 101010011 111010 1000100

Color Harmonies of #DC7D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D9E

Black with #DC7D9E

Text Example


Text Example

White with #DC7D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D9E; }

 p { color: rgb(220,125,158); }

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

background-color css

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

 a { background-color: rgb(220,125,158); }

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

border-color css

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

 span { border-color: rgb(220,125,158); }

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