Html Css Color HEX #DD6C99 Pale Violet Red

📋 copy color: '#DD6C99'

red 221 ◦ green 108 ◦ blue 153

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

Shades of Pale Violet Red #DD6C99

Tints of Pale Violet Red #DD6C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

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

R = 45.85%
G = 22.41%
B = 31.74%

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

#DD6C99 (or 0xDD6C99) is known color: Pale Violet Red. HEX triplet: DD, 6C and 99. RGB value is (221,108,153). Sum of RGB (Red+Green+Blue) = 221+108+153=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C99 is #229366. Grayscale: #929292. Windows color (decimal): -2265959 or 10054877. OLE color: 10054877.

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

Color convert

RGB 221 108 153 -
CMYK 0 0.51 0.31 0.13
HSL 336.11º 0.62% 0.65% -
HSV(B) 336.11º 0.51% 0.87% -
XYZ 40.93 28.4 33.46 -
YUV 146.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 221 108 153 0 0.51 0.31 0.13 336.11 0.62 0.65
Hex DD 6C 99 0 33 1F D 150 3E 41
Octal 335 154 231 0 63 37 15 520 76 101
Binary 11011101 1101100 10011001 0 110011 11111 1101 101010000 111110 1000001

Color Harmonies of #DD6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C99

Black with #DD6C99

Text Example


Text Example

White with #DD6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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