Html Css Color HEX #DE71A1 Pale Violet Red

📋 copy color: '#DE71A1'

red 222 ◦ green 113 ◦ blue 161

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

Shades of Pale Violet Red #DE71A1

Tints of Pale Violet Red #DE71A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.46%

R = 44.76%
G = 22.78%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE71A1 (or 0xDE71A1) is known color: Pale Violet Red. HEX triplet: DE, 71 and A1. RGB value is (222,113,161). Sum of RGB (Red+Green+Blue) = 222+113+161=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE71A1 is #218E5E. Grayscale: #969696. Windows color (decimal): -2199135 or 10580446. OLE color: 10580446.

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

Color convert

RGB 222 113 161 -
CMYK 0 0.49 0.27 0.13
HSL 333.58º 0.62% 0.66% -
HSV(B) 333.58º 0.49% 0.87% -
XYZ 42.46 29.91 37.25 -
YUV 151.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 222 113 161 0 0.49 0.27 0.13 333.58 0.62 0.66
Hex DE 71 A1 0 31 1B D 14E 3E 42
Octal 336 161 241 0 61 33 15 516 76 102
Binary 11011110 1110001 10100001 0 110001 11011 1101 101001110 111110 1000010

Color Harmonies of #DE71A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71A1

Black with #DE71A1

Text Example


Text Example

White with #DE71A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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