Html Css Color HEX #DD6E9A Pale Violet Red

📋 copy color: '#DD6E9A'

red 221 ◦ green 110 ◦ blue 154

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

Shades of Pale Violet Red #DD6E9A

Tints of Pale Violet Red #DD6E9A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 45.57%
G = 22.68%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD6E9A (or 0xDD6E9A) is known color: Pale Violet Red. HEX triplet: DD, 6E and 9A. RGB value is (221,110,154). Sum of RGB (Red+Green+Blue) = 221+110+154=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E9A is #229165. Grayscale: #949494. Windows color (decimal): -2265446 or 10120925. OLE color: 10120925.

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

Color convert

RGB 221 110 154 -
CMYK 0 0.50 0.30 0.13
HSL 336.22º 0.62% 0.65% -
HSV(B) 336.22º 0.5% 0.87% -
XYZ 41.23 28.86 33.97 -
YUV 148.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 221 110 154 0 0.50 0.30 0.13 336.22 0.62 0.65
Hex DD 6E 9A 0 32 1E D 150 3E 41
Octal 335 156 232 0 62 36 15 520 76 101
Binary 11011101 1101110 10011010 0 110010 11110 1101 101010000 111110 1000001

Color Harmonies of #DD6E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E9A

Black with #DD6E9A

Text Example


Text Example

White with #DD6E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E9A; }

 p { color: rgb(221,110,154); }

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

background-color css

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

 a { background-color: rgb(221,110,154); }

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

border-color css

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

 span { border-color: rgb(221,110,154); }

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