Html Css Color HEX #DD7EA3 Pale Violet Red

📋 copy color: '#DD7EA3'

red 221 ◦ green 126 ◦ blue 163

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

Shades of Pale Violet Red #DD7EA3

Tints of Pale Violet Red #DD7EA3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.71%

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 43.33%
G = 24.71%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD7EA3 (or 0xDD7EA3) is known color: Pale Violet Red. HEX triplet: DD, 7E and A3. RGB value is (221,126,163). Sum of RGB (Red+Green+Blue) = 221+126+163=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EA3 is #22815C. Grayscale: #9E9E9E. Windows color (decimal): -2261341 or 10714845. OLE color: 10714845.

HSL color Cylindrical-coordinate representation of color #DD7EA3: hue angle of 336.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7EA3 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 163 -
CMYK 0 0.43 0.26 0.13
HSL 336.63º 0.58% 0.68% -
HSV(B) 336.63º 0.43% 0.87% -
XYZ 43.89 32.94 38.69 -
YUV 158.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 221 126 163 0 0.43 0.26 0.13 336.63 0.58 0.68
Hex DD 7E A3 0 2B 1A D 151 3A 44
Octal 335 176 243 0 53 32 15 521 72 104
Binary 11011101 1111110 10100011 0 101011 11010 1101 101010001 111010 1000100

Color Harmonies of #DD7EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EA3

Black with #DD7EA3

Text Example


Text Example

White with #DD7EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EA3; }

 p { color: rgb(221,126,163); }

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

background-color css

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

 a { background-color: rgb(221,126,163); }

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

border-color css

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

 span { border-color: rgb(221,126,163); }

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