Html Css Color HEX #DC759F Pale Violet Red

📋 copy color: '#DC759F'

red 220 ◦ green 117 ◦ blue 159

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

Shades of Pale Violet Red #DC759F

Tints of Pale Violet Red #DC759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.06%

R = 44.35%
G = 23.59%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC759F (or 0xDC759F) is known color: Pale Violet Red. HEX triplet: DC, 75 and 9F. RGB value is (220,117,159). Sum of RGB (Red+Green+Blue) = 220+117+159=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC759F is #238A60. Grayscale: #989898. Windows color (decimal): -2329185 or 10450396. OLE color: 10450396.

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

Color convert

RGB 220 117 159 -
CMYK 0 0.47 0.28 0.14
HSL 335.53º 0.6% 0.66% -
HSV(B) 335.53º 0.47% 0.86% -
XYZ 42.13 30.44 36.46 -
YUV 152.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 220 117 159 0 0.47 0.28 0.14 335.53 0.6 0.66
Hex DC 75 9F 0 2F 1C E 150 3C 42
Octal 334 165 237 0 57 34 16 520 74 102
Binary 11011100 1110101 10011111 0 101111 11100 1110 101010000 111100 1000010

Color Harmonies of #DC759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC759F

Black with #DC759F

Text Example


Text Example

White with #DC759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC759F; }

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

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

background-color css

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

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

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

border-color css

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

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

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