Html Css Color HEX #DD6EAB Pale Violet Red

📋 copy color: '#DD6EAB'

red 221 ◦ green 110 ◦ blue 171

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

Shades of Pale Violet Red #DD6EAB

Tints of Pale Violet Red #DD6EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 44.02%
G = 21.91%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD6EAB (or 0xDD6EAB) is known color: Pale Violet Red. HEX triplet: DD, 6E and AB. RGB value is (221,110,171). Sum of RGB (Red+Green+Blue) = 221+110+171=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EAB is #229154. Grayscale: #969696. Windows color (decimal): -2265429 or 11235037. OLE color: 11235037.

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

Color convert

RGB 221 110 171 -
CMYK 0 0.50 0.23 0.13
HSL 327.03º 0.62% 0.65% -
HSV(B) 327.03º 0.5% 0.87% -
XYZ 42.75 29.46 41.96 -
YUV 150.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 221 110 171 0 0.50 0.23 0.13 327.03 0.62 0.65
Hex DD 6E AB 0 32 17 D 147 3E 41
Octal 335 156 253 0 62 27 15 507 76 101
Binary 11011101 1101110 10101011 0 110010 10111 1101 101000111 111110 1000001

Color Harmonies of #DD6EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EAB

Black with #DD6EAB

Text Example


Text Example

White with #DD6EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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