Html Css Color HEX #DD6FA5 Pale Violet Red

📋 copy color: '#DD6FA5'

red 221 ◦ green 111 ◦ blue 165

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

Shades of Pale Violet Red #DD6FA5

Tints of Pale Violet Red #DD6FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.33%

 BLUE value IS 165 (64.84% from 255) = 33.2%

R = 44.47%
G = 22.33%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD6FA5 (or 0xDD6FA5) is known color: Pale Violet Red. HEX triplet: DD, 6F and A5. RGB value is (221,111,165). Sum of RGB (Red+Green+Blue) = 221+111+165=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA5 is #22905A. Grayscale: #959595. Windows color (decimal): -2265179 or 10842077. OLE color: 10842077.

HSL color Cylindrical-coordinate representation of color #DD6FA5: hue angle of 330.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FA5 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 165 -
CMYK 0 0.50 0.25 0.13
HSL 330.55º 0.62% 0.65% -
HSV(B) 330.55º 0.5% 0.87% -
XYZ 42.29 29.46 39.05 -
YUV 150.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 221 111 165 0 0.50 0.25 0.13 330.55 0.62 0.65
Hex DD 6F A5 0 32 19 D 14B 3E 41
Octal 335 157 245 0 62 31 15 513 76 101
Binary 11011101 1101111 10100101 0 110010 11001 1101 101001011 111110 1000001

Color Harmonies of #DD6FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FA5

Black with #DD6FA5

Text Example


Text Example

White with #DD6FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FA5; }

 p { color: rgb(221,111,165); }

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

background-color css

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

 a { background-color: rgb(221,111,165); }

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

border-color css

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

 span { border-color: rgb(221,111,165); }

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