Html Css Color HEX #DD6499 Pale Violet Red

📋 copy color: '#DD6499'

red 221 ◦ green 100 ◦ blue 153

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

Shades of Pale Violet Red #DD6499

Tints of Pale Violet Red #DD6499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.1%

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

R = 46.62%
G = 21.1%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6499 (or 0xDD6499) is known color: Pale Violet Red. HEX triplet: DD, 64 and 99. RGB value is (221,100,153). Sum of RGB (Red+Green+Blue) = 221+100+153=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6499 is #229B66. Grayscale: #8E8E8E. Windows color (decimal): -2268007 or 10052829. OLE color: 10052829.

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

Color convert

RGB 221 100 153 -
CMYK 0 0.55 0.31 0.13
HSL 333.72º 0.64% 0.63% -
HSV(B) 333.72º 0.55% 0.87% -
XYZ 40.13 26.79 33.19 -
YUV 142.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 221 100 153 0 0.55 0.31 0.13 333.72 0.64 0.63
Hex DD 64 99 0 37 1F D 14E 40 3F
Octal 335 144 231 0 67 37 15 516 100 77
Binary 11011101 1100100 10011001 0 110111 11111 1101 101001110 1000000 111111

Color Harmonies of #DD6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6499

Black with #DD6499

Text Example


Text Example

White with #DD6499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6499; }

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

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

background-color css

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

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

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

border-color css

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

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

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