Html Css Color HEX #DE62A1 Pale Violet Red

📋 copy color: '#DE62A1'

red 222 ◦ green 98 ◦ blue 161

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

Shades of Pale Violet Red #DE62A1

Tints of Pale Violet Red #DE62A1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.37%

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

R = 46.15%
G = 20.37%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE62A1 (or 0xDE62A1) is known color: Pale Violet Red. HEX triplet: DE, 62 and A1. RGB value is (222,98,161). Sum of RGB (Red+Green+Blue) = 222+98+161=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE62A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE62A1 is #219D5E. Grayscale: #8E8E8E. Windows color (decimal): -2202975 or 10576606. OLE color: 10576606.

HSL color Cylindrical-coordinate representation of color #DE62A1: hue angle of 329.52º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE62A1 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 98 161 -
CMYK 0 0.56 0.27 0.13
HSL 329.52º 0.65% 0.63% -
HSV(B) 329.52º 0.56% 0.87% -
XYZ 40.92 26.84 36.74 -
YUV 142.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 222 98 161 0 0.56 0.27 0.13 329.52 0.65 0.63
Hex DE 62 A1 0 38 1B D 14A 41 3F
Octal 336 142 241 0 70 33 15 512 101 77
Binary 11011110 1100010 10100001 0 111000 11011 1101 101001010 1000001 111111

Color Harmonies of #DE62A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE62A1

Black with #DE62A1

Text Example


Text Example

White with #DE62A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE62A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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