Html Css Color HEX #DC769E Pale Violet Red

📋 copy color: '#DC769E'

red 220 ◦ green 118 ◦ blue 158

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

Shades of Pale Violet Red #DC769E

Tints of Pale Violet Red #DC769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

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

R = 44.35%
G = 23.79%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC769E (or 0xDC769E) is known color: Pale Violet Red. HEX triplet: DC, 76 and 9E. RGB value is (220,118,158). Sum of RGB (Red+Green+Blue) = 220+118+158=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC769E is #238961. Grayscale: #999999. Windows color (decimal): -2328930 or 10385116. OLE color: 10385116.

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

Color convert

RGB 220 118 158 -
CMYK 0 0.46 0.28 0.14
HSL 336.47º 0.59% 0.66% -
HSV(B) 336.47º 0.46% 0.86% -
XYZ 42.17 30.64 36.04 -
YUV 153.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 220 118 158 0 0.46 0.28 0.14 336.47 0.59 0.66
Hex DC 76 9E 0 2E 1C E 150 3B 42
Octal 334 166 236 0 56 34 16 520 73 102
Binary 11011100 1110110 10011110 0 101110 11100 1110 101010000 111011 1000010

Color Harmonies of #DC769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC769E

Black with #DC769E

Text Example


Text Example

White with #DC769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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