Html Css Color HEX #DC7593 Pale Violet Red

📋 copy color: '#DC7593'

red 220 ◦ green 117 ◦ blue 147

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

Shades of Pale Violet Red #DC7593

Tints of Pale Violet Red #DC7593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

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

R = 45.45%
G = 24.17%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC7593 (or 0xDC7593) is known color: Pale Violet Red. HEX triplet: DC, 75 and 93. RGB value is (220,117,147). Sum of RGB (Red+Green+Blue) = 220+117+147=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7593 is #238A6C. Grayscale: #979797. Windows color (decimal): -2329197 or 9663964. OLE color: 9663964.

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

Color convert

RGB 220 117 147 -
CMYK 0 0.47 0.33 0.14
HSL 342.52º 0.6% 0.66% -
HSV(B) 342.52º 0.47% 0.86% -
XYZ 41.14 30.04 31.23 -
YUV 151.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 220 117 147 0 0.47 0.33 0.14 342.52 0.6 0.66
Hex DC 75 93 0 2F 21 E 157 3C 42
Octal 334 165 223 0 57 41 16 527 74 102
Binary 11011100 1110101 10010011 0 101111 100001 1110 101010111 111100 1000010

Color Harmonies of #DC7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7593

Black with #DC7593

Text Example


Text Example

White with #DC7593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7593; }

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

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

background-color css

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

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

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

border-color css

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

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

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