Html Css Color HEX #DE7CA6 Pale Violet Red

📋 copy color: '#DE7CA6'

red 222 ◦ green 124 ◦ blue 166

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

Shades of Pale Violet Red #DE7CA6

Tints of Pale Violet Red #DE7CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

 BLUE value IS 166 (65.23% from 255) = 32.42%

R = 43.36%
G = 24.22%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE7CA6 (or 0xDE7CA6) is known color: Pale Violet Red. HEX triplet: DE, 7C and A6. RGB value is (222,124,166). Sum of RGB (Red+Green+Blue) = 222+124+166=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7CA6 is #218359. Grayscale: #9E9E9E. Windows color (decimal): -2196314 or 10910942. OLE color: 10910942.

HSL color Cylindrical-coordinate representation of color #DE7CA6: hue angle of 334.29º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7CA6 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 124 166 -
CMYK 0 0.44 0.25 0.13
HSL 334.29º 0.6% 0.68% -
HSV(B) 334.29º 0.44% 0.87% -
XYZ 44.21 32.7 40.06 -
YUV 158.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 222 124 166 0 0.44 0.25 0.13 334.29 0.6 0.68
Hex DE 7C A6 0 2C 19 D 14E 3C 44
Octal 336 174 246 0 54 31 15 516 74 104
Binary 11011110 1111100 10100110 0 101100 11001 1101 101001110 111100 1000100

Color Harmonies of #DE7CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7CA6

Black with #DE7CA6

Text Example


Text Example

White with #DE7CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7CA6; }

 p { color: rgb(222,124,166); }

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

background-color css

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

 a { background-color: rgb(222,124,166); }

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

border-color css

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

 span { border-color: rgb(222,124,166); }

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