Html Css Color HEX #DC7691 Pale Violet Red

📋 copy color: '#DC7691'

red 220 ◦ green 118 ◦ blue 145

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

Shades of Pale Violet Red #DC7691

Tints of Pale Violet Red #DC7691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 45.55%
G = 24.43%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC7691 (or 0xDC7691) is known color: Pale Violet Red. HEX triplet: DC, 76 and 91. RGB value is (220,118,145). Sum of RGB (Red+Green+Blue) = 220+118+145=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7691 is #23896E. Grayscale: #979797. Windows color (decimal): -2328943 or 9533148. OLE color: 9533148.

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

Color convert

RGB 220 118 145 -
CMYK 0 0.46 0.34 0.14
HSL 344.12º 0.59% 0.66% -
HSV(B) 344.12º 0.46% 0.86% -
XYZ 41.1 30.22 30.45 -
YUV 151.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 220 118 145 0 0.46 0.34 0.14 344.12 0.59 0.66
Hex DC 76 91 0 2E 22 E 158 3B 42
Octal 334 166 221 0 56 42 16 530 73 102
Binary 11011100 1110110 10010001 0 101110 100010 1110 101011000 111011 1000010

Color Harmonies of #DC7691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7691

Black with #DC7691

Text Example


Text Example

White with #DC7691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7691; }

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

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

background-color css

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

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

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

border-color css

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

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

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