Html Css Color HEX #DD6599 Pale Violet Red

📋 copy color: '#DD6599'

red 221 ◦ green 101 ◦ blue 153

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

Shades of Pale Violet Red #DD6599

Tints of Pale Violet Red #DD6599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.21%

R = 46.53%
G = 21.26%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6599 (or 0xDD6599) is known color: Pale Violet Red. HEX triplet: DD, 65 and 99. RGB value is (221,101,153). Sum of RGB (Red+Green+Blue) = 221+101+153=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6599 is #229A66. Grayscale: #8E8E8E. Windows color (decimal): -2267751 or 10053085. OLE color: 10053085.

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

Color convert

RGB 221 101 153 -
CMYK 0 0.54 0.31 0.13
HSL 334º 0.64% 0.63% -
HSV(B) 334º 0.54% 0.87% -
XYZ 40.22 26.98 33.22 -
YUV 142.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 221 101 153 0 0.54 0.31 0.13 334 0.64 0.63
Hex DD 65 99 0 36 1F D 14E 40 3F
Octal 335 145 231 0 66 37 15 516 100 77
Binary 11011101 1100101 10011001 0 110110 11111 1101 101001110 1000000 111111

Color Harmonies of #DD6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6599

Black with #DD6599

Text Example


Text Example

White with #DD6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6599; }

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

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

background-color css

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

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

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

border-color css

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

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

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