Html Css Color HEX #DC7597 Pale Violet Red

📋 copy color: '#DC7597'

red 220 ◦ green 117 ◦ blue 151

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

Shades of Pale Violet Red #DC7597

Tints of Pale Violet Red #DC7597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.94%

R = 45.08%
G = 23.98%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC7597 (or 0xDC7597) is known color: Pale Violet Red. HEX triplet: DC, 75 and 97. RGB value is (220,117,151). Sum of RGB (Red+Green+Blue) = 220+117+151=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7597 is #238A68. Grayscale: #979797. Windows color (decimal): -2329193 or 9926108. OLE color: 9926108.

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

Color convert

RGB 220 117 151 -
CMYK 0 0.47 0.31 0.14
HSL 340.19º 0.6% 0.66% -
HSV(B) 340.19º 0.47% 0.86% -
XYZ 41.46 30.17 32.92 -
YUV 151.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 220 117 151 0 0.47 0.31 0.14 340.19 0.6 0.66
Hex DC 75 97 0 2F 1F E 154 3C 42
Octal 334 165 227 0 57 37 16 524 74 102
Binary 11011100 1110101 10010111 0 101111 11111 1110 101010100 111100 1000010

Color Harmonies of #DC7597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7597

Black with #DC7597

Text Example


Text Example

White with #DC7597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7597; }

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

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

background-color css

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

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

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

border-color css

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

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

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