Html Css Color HEX #DC759C Pale Violet Red

📋 copy color: '#DC759C'

red 220 ◦ green 117 ◦ blue 156

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

Shades of Pale Violet Red #DC759C

Tints of Pale Violet Red #DC759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 44.62%
G = 23.73%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC759C (or 0xDC759C) is known color: Pale Violet Red. HEX triplet: DC, 75 and 9C. RGB value is (220,117,156). Sum of RGB (Red+Green+Blue) = 220+117+156=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC759C is #238A63. Grayscale: #989898. Windows color (decimal): -2329188 or 10253788. OLE color: 10253788.

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

Color convert

RGB 220 117 156 -
CMYK 0 0.47 0.29 0.14
HSL 337.28º 0.6% 0.66% -
HSV(B) 337.28º 0.47% 0.86% -
XYZ 41.88 30.34 35.1 -
YUV 152.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 220 117 156 0 0.47 0.29 0.14 337.28 0.6 0.66
Hex DC 75 9C 0 2F 1D E 151 3C 42
Octal 334 165 234 0 57 35 16 521 74 102
Binary 11011100 1110101 10011100 0 101111 11101 1110 101010001 111100 1000010

Color Harmonies of #DC759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC759C

Black with #DC759C

Text Example


Text Example

White with #DC759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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