Html Css Color HEX #DD6F99 Pale Violet Red

📋 copy color: '#DD6F99'

red 221 ◦ green 111 ◦ blue 153

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

Shades of Pale Violet Red #DD6F99

Tints of Pale Violet Red #DD6F99

RGB

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

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

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

R = 45.57%
G = 22.89%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6F99 (or 0xDD6F99) is known color: Pale Violet Red. HEX triplet: DD, 6F and 99. RGB value is (221,111,153). Sum of RGB (Red+Green+Blue) = 221+111+153=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F99 is #229066. Grayscale: #949494. Windows color (decimal): -2265191 or 10055645. OLE color: 10055645.

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

Color convert

RGB 221 111 153 -
CMYK 0 0.50 0.31 0.13
HSL 337.09º 0.62% 0.65% -
HSV(B) 337.09º 0.5% 0.87% -
XYZ 41.25 29.04 33.57 -
YUV 148.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 221 111 153 0 0.50 0.31 0.13 337.09 0.62 0.65
Hex DD 6F 99 0 32 1F D 151 3E 41
Octal 335 157 231 0 62 37 15 521 76 101
Binary 11011101 1101111 10011001 0 110010 11111 1101 101010001 111110 1000001

Color Harmonies of #DD6F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F99

Black with #DD6F99

Text Example


Text Example

White with #DD6F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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