Html Css Color HEX #DD6D99 Pale Violet Red

📋 copy color: '#DD6D99'

red 221 ◦ green 109 ◦ blue 153

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

Shades of Pale Violet Red #DD6D99

Tints of Pale Violet Red #DD6D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

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

R = 45.76%
G = 22.57%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6D99 (or 0xDD6D99) is known color: Pale Violet Red. HEX triplet: DD, 6D and 99. RGB value is (221,109,153). Sum of RGB (Red+Green+Blue) = 221+109+153=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D99 is #229266. Grayscale: #939393. Windows color (decimal): -2265703 or 10055133. OLE color: 10055133.

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

Color convert

RGB 221 109 153 -
CMYK 0 0.51 0.31 0.13
HSL 336.43º 0.62% 0.65% -
HSV(B) 336.43º 0.51% 0.87% -
XYZ 41.04 28.61 33.5 -
YUV 147.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 221 109 153 0 0.51 0.31 0.13 336.43 0.62 0.65
Hex DD 6D 99 0 33 1F D 150 3E 41
Octal 335 155 231 0 63 37 15 520 76 101
Binary 11011101 1101101 10011001 0 110011 11111 1101 101010000 111110 1000001

Color Harmonies of #DD6D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D99

Black with #DD6D99

Text Example


Text Example

White with #DD6D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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