Html Css Color HEX #DD5796 Pale Violet Red

📋 copy color: '#DD5796'

red 221 ◦ green 87 ◦ blue 150

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

Shades of Pale Violet Red #DD5796

Tints of Pale Violet Red #DD5796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19%

 BLUE value IS 150 (58.98% from 255) = 32.75%

R = 48.25%
G = 19%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD5796 (or 0xDD5796) is known color: Pale Violet Red. HEX triplet: DD, 57 and 96. RGB value is (221,87,150). Sum of RGB (Red+Green+Blue) = 221+87+150=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5796 is #22A869. Grayscale: #868686. Windows color (decimal): -2271338 or 9852893. OLE color: 9852893.

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

Color convert

RGB 221 87 150 -
CMYK 0 0.61 0.32 0.13
HSL 331.79º 0.66% 0.6% -
HSV(B) 331.79º 0.61% 0.87% -
XYZ 38.73 24.39 31.52 -
YUV 134.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 221 87 150 0 0.61 0.32 0.13 331.79 0.66 0.6
Hex DD 57 96 0 3D 20 D 14C 42 3C
Octal 335 127 226 0 75 40 15 514 102 74
Binary 11011101 1010111 10010110 0 111101 100000 1101 101001100 1000010 111100

Color Harmonies of #DD5796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5796

Black with #DD5796

Text Example


Text Example

White with #DD5796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5796; }

 p { color: rgb(221,87,150); }

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

background-color css

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

 a { background-color: rgb(221,87,150); }

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

border-color css

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

 span { border-color: rgb(221,87,150); }

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