Html Css Color HEX #DD759E Pale Violet Red

📋 copy color: '#DD759E'

red 221 ◦ green 117 ◦ blue 158

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

Shades of Pale Violet Red #DD759E

Tints of Pale Violet Red #DD759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 44.56%
G = 23.59%
B = 31.85%

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

#DD759E (or 0xDD759E) is known color: Pale Violet Red. HEX triplet: DD, 75 and 9E. RGB value is (221,117,158). Sum of RGB (Red+Green+Blue) = 221+117+158=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD759E is #228A61. Grayscale: #989898. Windows color (decimal): -2263650 or 10384861. OLE color: 10384861.

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

Color convert

RGB 221 117 158 -
CMYK 0 0.47 0.29 0.13
HSL 336.35º 0.6% 0.66% -
HSV(B) 336.35º 0.47% 0.87% -
XYZ 42.35 30.56 36.01 -
YUV 152.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 221 117 158 0 0.47 0.29 0.13 336.35 0.6 0.66
Hex DD 75 9E 0 2F 1D D 150 3C 42
Octal 335 165 236 0 57 35 15 520 74 102
Binary 11011101 1110101 10011110 0 101111 11101 1101 101010000 111100 1000010

Color Harmonies of #DD759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD759E

Black with #DD759E

Text Example


Text Example

White with #DD759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD759E; }

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

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

background-color css

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

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

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

border-color css

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

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

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