Html Css Color HEX #DD6591 Pale Violet Red

📋 copy color: '#DD6591'

red 221 ◦ green 101 ◦ blue 145

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

Shades of Pale Violet Red #DD6591

Tints of Pale Violet Red #DD6591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.63%

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 47.32%
G = 21.63%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD6591 (or 0xDD6591) is known color: Pale Violet Red. HEX triplet: DD, 65 and 91. RGB value is (221,101,145). Sum of RGB (Red+Green+Blue) = 221+101+145=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6591 is #229A6E. Grayscale: #8D8D8D. Windows color (decimal): -2267759 or 9528797. OLE color: 9528797.

HSL color Cylindrical-coordinate representation of color #DD6591: hue angle of 338º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6591 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 145 -
CMYK 0 0.54 0.34 0.13
HSL 338º 0.64% 0.63% -
HSV(B) 338º 0.54% 0.87% -
XYZ 39.58 26.72 29.86 -
YUV 141.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 221 101 145 0 0.54 0.34 0.13 338 0.64 0.63
Hex DD 65 91 0 36 22 D 152 40 3F
Octal 335 145 221 0 66 42 15 522 100 77
Binary 11011101 1100101 10010001 0 110110 100010 1101 101010010 1000000 111111

Color Harmonies of #DD6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6591

Black with #DD6591

Text Example


Text Example

White with #DD6591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6591; }

 p { color: rgb(221,101,145); }

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

background-color css

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

 a { background-color: rgb(221,101,145); }

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

border-color css

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

 span { border-color: rgb(221,101,145); }

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