Html Css Color HEX #DD6A99 Pale Violet Red

📋 copy color: '#DD6A99'

red 221 ◦ green 106 ◦ blue 153

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

Shades of Pale Violet Red #DD6A99

Tints of Pale Violet Red #DD6A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.08%

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

R = 46.04%
G = 22.08%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6A99 (or 0xDD6A99) is known color: Pale Violet Red. HEX triplet: DD, 6A and 99. RGB value is (221,106,153). Sum of RGB (Red+Green+Blue) = 221+106+153=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A99 is #229566. Grayscale: #919191. Windows color (decimal): -2266471 or 10054365. OLE color: 10054365.

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

Color convert

RGB 221 106 153 -
CMYK 0 0.52 0.31 0.13
HSL 335.48º 0.63% 0.64% -
HSV(B) 335.48º 0.52% 0.87% -
XYZ 40.72 27.98 33.39 -
YUV 145.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 221 106 153 0 0.52 0.31 0.13 335.48 0.63 0.64
Hex DD 6A 99 0 34 1F D 14F 3F 40
Octal 335 152 231 0 64 37 15 517 77 100
Binary 11011101 1101010 10011001 0 110100 11111 1101 101001111 111111 1000000

Color Harmonies of #DD6A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A99

Black with #DD6A99

Text Example


Text Example

White with #DD6A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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