Html Css Color HEX #DC7693 Pale Violet Red

📋 copy color: '#DC7693'

red 220 ◦ green 118 ◦ blue 147

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

Shades of Pale Violet Red #DC7693

Tints of Pale Violet Red #DC7693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.31%

R = 45.36%
G = 24.33%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC7693 (or 0xDC7693) is known color: Pale Violet Red. HEX triplet: DC, 76 and 93. RGB value is (220,118,147). Sum of RGB (Red+Green+Blue) = 220+118+147=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7693 is #23896C. Grayscale: #979797. Windows color (decimal): -2328941 or 9664220. OLE color: 9664220.

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

Color convert

RGB 220 118 147 -
CMYK 0 0.46 0.33 0.14
HSL 342.94º 0.59% 0.66% -
HSV(B) 342.94º 0.46% 0.86% -
XYZ 41.26 30.28 31.27 -
YUV 151.8 125.29 176.64 -
System Red Green Blue C M Y K H S L
Decimal 220 118 147 0 0.46 0.33 0.14 342.94 0.59 0.66
Hex DC 76 93 0 2E 21 E 157 3B 42
Octal 334 166 223 0 56 41 16 527 73 102
Binary 11011100 1110110 10010011 0 101110 100001 1110 101010111 111011 1000010

Color Harmonies of #DC7693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7693

Black with #DC7693

Text Example


Text Example

White with #DC7693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7693; }

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

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

background-color css

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

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

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

border-color css

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

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

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