Html Css Color HEX #DE6A9E Pale Violet Red

📋 copy color: '#DE6A9E'

red 222 ◦ green 106 ◦ blue 158

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

Shades of Pale Violet Red #DE6A9E

Tints of Pale Violet Red #DE6A9E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

 BLUE value IS 158 (62.11% from 255) = 32.51%

R = 45.68%
G = 21.81%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE6A9E (or 0xDE6A9E) is known color: Pale Violet Red. HEX triplet: DE, 6A and 9E. RGB value is (222,106,158). Sum of RGB (Red+Green+Blue) = 222+106+158=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6A9E is #219561. Grayscale: #929292. Windows color (decimal): -2200930 or 10382046. OLE color: 10382046.

HSL color Cylindrical-coordinate representation of color #DE6A9E: hue angle of 333.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6A9E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 106 158 -
CMYK 0 0.52 0.29 0.13
HSL 333.1º 0.64% 0.64% -
HSV(B) 333.1º 0.52% 0.87% -
XYZ 41.45 28.31 35.63 -
YUV 146.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 222 106 158 0 0.52 0.29 0.13 333.1 0.64 0.64
Hex DE 6A 9E 0 34 1D D 14D 40 40
Octal 336 152 236 0 64 35 15 515 100 100
Binary 11011110 1101010 10011110 0 110100 11101 1101 101001101 1000000 1000000

Color Harmonies of #DE6A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6A9E

Black with #DE6A9E

Text Example


Text Example

White with #DE6A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6A9E; }

 p { color: rgb(222,106,158); }

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

background-color css

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

 a { background-color: rgb(222,106,158); }

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

border-color css

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

 span { border-color: rgb(222,106,158); }

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