Html Css Color HEX #DD6E93 Pale Violet Red

📋 copy color: '#DD6E93'

red 221 ◦ green 110 ◦ blue 147

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

Shades of Pale Violet Red #DD6E93

Tints of Pale Violet Red #DD6E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.75%

R = 46.23%
G = 23.01%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD6E93 (or 0xDD6E93) is known color: Pale Violet Red. HEX triplet: DD, 6E and 93. RGB value is (221,110,147). Sum of RGB (Red+Green+Blue) = 221+110+147=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E93 is #22916C. Grayscale: #939393. Windows color (decimal): -2265453 or 9662173. OLE color: 9662173.

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

Color convert

RGB 221 110 147 -
CMYK 0 0.50 0.33 0.13
HSL 340º 0.62% 0.65% -
HSV(B) 340º 0.5% 0.87% -
XYZ 40.66 28.63 30.99 -
YUV 147.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 221 110 147 0 0.50 0.33 0.13 340 0.62 0.65
Hex DD 6E 93 0 32 21 D 154 3E 41
Octal 335 156 223 0 62 41 15 524 76 101
Binary 11011101 1101110 10010011 0 110010 100001 1101 101010100 111110 1000001

Color Harmonies of #DD6E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E93

Black with #DD6E93

Text Example


Text Example

White with #DD6E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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