Html Css Color HEX #DD6495 Pale Violet Red

📋 copy color: '#DD6495'

red 221 ◦ green 100 ◦ blue 149

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

Shades of Pale Violet Red #DD6495

Tints of Pale Violet Red #DD6495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 47.02%
G = 21.28%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD6495 (or 0xDD6495) is known color: Pale Violet Red. HEX triplet: DD, 64 and 95. RGB value is (221,100,149). Sum of RGB (Red+Green+Blue) = 221+100+149=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6495 is #229B6A. Grayscale: #8D8D8D. Windows color (decimal): -2268011 or 9790685. OLE color: 9790685.

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

Color convert

RGB 221 100 149 -
CMYK 0 0.55 0.33 0.13
HSL 335.7º 0.64% 0.63% -
HSV(B) 335.7º 0.55% 0.87% -
XYZ 39.8 26.66 31.48 -
YUV 141.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 221 100 149 0 0.55 0.33 0.13 335.7 0.64 0.63
Hex DD 64 95 0 37 21 D 150 40 3F
Octal 335 144 225 0 67 41 15 520 100 77
Binary 11011101 1100100 10010101 0 110111 100001 1101 101010000 1000000 111111

Color Harmonies of #DD6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6495

Black with #DD6495

Text Example


Text Example

White with #DD6495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6495; }

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

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

background-color css

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

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

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

border-color css

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

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

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