Html Css Color HEX #DD759C Pale Violet Red

📋 copy color: '#DD759C'

red 221 ◦ green 117 ◦ blue 156

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

Shades of Pale Violet Red #DD759C

Tints of Pale Violet Red #DD759C

RGB

 RED value IS 221 (86.72% from 255) = 44.74%

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

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

R = 44.74%
G = 23.68%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD759C (or 0xDD759C) is known color: Pale Violet Red. HEX triplet: DD, 75 and 9C. RGB value is (221,117,156). Sum of RGB (Red+Green+Blue) = 221+117+156=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD759C is #228A63. Grayscale: #989898. Windows color (decimal): -2263652 or 10253789. OLE color: 10253789.

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

Color convert

RGB 221 117 156 -
CMYK 0 0.47 0.29 0.13
HSL 337.5º 0.6% 0.66% -
HSV(B) 337.5º 0.47% 0.87% -
XYZ 42.18 30.5 35.12 -
YUV 152.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 221 117 156 0 0.47 0.29 0.13 337.5 0.6 0.66
Hex DD 75 9C 0 2F 1D D 152 3C 42
Octal 335 165 234 0 57 35 15 522 74 102
Binary 11011101 1110101 10011100 0 101111 11101 1101 101010010 111100 1000010

Color Harmonies of #DD759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD759C

Black with #DD759C

Text Example


Text Example

White with #DD759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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