Html Css Color HEX #DE6AAC Pale Violet Red

📋 copy color: '#DE6AAC'

red 222 ◦ green 106 ◦ blue 172

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

Shades of Pale Violet Red #DE6AAC

Tints of Pale Violet Red #DE6AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 44.4%
G = 21.2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE6AAC (or 0xDE6AAC) is known color: Pale Violet Red. HEX triplet: DE, 6A and AC. RGB value is (222,106,172). Sum of RGB (Red+Green+Blue) = 222+106+172=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6AAC is #219553. Grayscale: #949494. Windows color (decimal): -2200916 or 11299550. OLE color: 11299550.

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

Color convert

RGB 222 106 172 -
CMYK 0 0.52 0.23 0.13
HSL 325.86º 0.64% 0.64% -
HSV(B) 325.86º 0.52% 0.87% -
XYZ 42.72 28.82 42.34 -
YUV 148.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 222 106 172 0 0.52 0.23 0.13 325.86 0.64 0.64
Hex DE 6A AC 0 34 17 D 146 40 40
Octal 336 152 254 0 64 27 15 506 100 100
Binary 11011110 1101010 10101100 0 110100 10111 1101 101000110 1000000 1000000

Color Harmonies of #DE6AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6AAC

Black with #DE6AAC

Text Example


Text Example

White with #DE6AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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