Html Css Color HEX #DC7692 Pale Violet Red

📋 copy color: '#DC7692'

red 220 ◦ green 118 ◦ blue 146

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

Shades of Pale Violet Red #DC7692

Tints of Pale Violet Red #DC7692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 45.45%
G = 24.38%
B = 30.17%

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

#DC7692 (or 0xDC7692) is known color: Pale Violet Red. HEX triplet: DC, 76 and 92. RGB value is (220,118,146). Sum of RGB (Red+Green+Blue) = 220+118+146=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7692 is #23896D. Grayscale: #979797. Windows color (decimal): -2328942 or 9598684. OLE color: 9598684.

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

Color convert

RGB 220 118 146 -
CMYK 0 0.46 0.34 0.14
HSL 343.53º 0.59% 0.66% -
HSV(B) 343.53º 0.46% 0.86% -
XYZ 41.18 30.25 30.86 -
YUV 151.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 220 118 146 0 0.46 0.34 0.14 343.53 0.59 0.66
Hex DC 76 92 0 2E 22 E 158 3B 42
Octal 334 166 222 0 56 42 16 530 73 102
Binary 11011100 1110110 10010010 0 101110 100010 1110 101011000 111011 1000010

Color Harmonies of #DC7692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7692

Black with #DC7692

Text Example


Text Example

White with #DC7692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7692; }

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

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

background-color css

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

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

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

border-color css

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

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

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