Html Css Color HEX #DE6AA7 Pale Violet Red

📋 copy color: '#DE6AA7'

red 222 ◦ green 106 ◦ blue 167

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

Shades of Pale Violet Red #DE6AA7

Tints of Pale Violet Red #DE6AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.74%

R = 44.85%
G = 21.41%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE6AA7 (or 0xDE6AA7) is known color: Pale Violet Red. HEX triplet: DE, 6A and A7. RGB value is (222,106,167). Sum of RGB (Red+Green+Blue) = 222+106+167=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6AA7 is #219558. Grayscale: #939393. Windows color (decimal): -2200921 or 10971870. OLE color: 10971870.

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

Color convert

RGB 222 106 167 -
CMYK 0 0.52 0.25 0.13
HSL 328.45º 0.64% 0.64% -
HSV(B) 328.45º 0.52% 0.87% -
XYZ 42.25 28.63 39.86 -
YUV 147.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 222 106 167 0 0.52 0.25 0.13 328.45 0.64 0.64
Hex DE 6A A7 0 34 19 D 148 40 40
Octal 336 152 247 0 64 31 15 510 100 100
Binary 11011110 1101010 10100111 0 110100 11001 1101 101001000 1000000 1000000

Color Harmonies of #DE6AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6AA7

Black with #DE6AA7

Text Example


Text Example

White with #DE6AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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