Html Css Color HEX #DE71A9 Pale Violet Red

📋 copy color: '#DE71A9'

red 222 ◦ green 113 ◦ blue 169

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

Shades of Pale Violet Red #DE71A9

Tints of Pale Violet Red #DE71A9

RGB

 RED value IS 222 (87.11% from 255) = 44.05%

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 44.05%
G = 22.42%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE71A9 (or 0xDE71A9) is known color: Pale Violet Red. HEX triplet: DE, 71 and A9. RGB value is (222,113,169). Sum of RGB (Red+Green+Blue) = 222+113+169=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE71A9 is #218E56. Grayscale: #979797. Windows color (decimal): -2199127 or 11104734. OLE color: 11104734.

HSL color Cylindrical-coordinate representation of color #DE71A9: hue angle of 329.17º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE71A9 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 113 169 -
CMYK 0 0.49 0.24 0.13
HSL 329.17º 0.62% 0.66% -
HSV(B) 329.17º 0.49% 0.87% -
XYZ 43.19 30.2 41.09 -
YUV 151.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 222 113 169 0 0.49 0.24 0.13 329.17 0.62 0.66
Hex DE 71 A9 0 31 18 D 149 3E 42
Octal 336 161 251 0 61 30 15 511 76 102
Binary 11011110 1110001 10101001 0 110001 11000 1101 101001001 111110 1000010

Color Harmonies of #DE71A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71A9

Black with #DE71A9

Text Example


Text Example

White with #DE71A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71A9; }

 p { color: rgb(222,113,169); }

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

background-color css

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

 a { background-color: rgb(222,113,169); }

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

border-color css

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

 span { border-color: rgb(222,113,169); }

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