Html Css Color HEX #DE7396 Pale Violet Red

📋 copy color: '#DE7396'

red 222 ◦ green 115 ◦ blue 150

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

Shades of Pale Violet Red #DE7396

Tints of Pale Violet Red #DE7396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.61%

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 45.59%
G = 23.61%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE7396 (or 0xDE7396) is known color: Pale Violet Red. HEX triplet: DE, 73 and 96. RGB value is (222,115,150). Sum of RGB (Red+Green+Blue) = 222+115+150=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7396 is #218C69. Grayscale: #969696. Windows color (decimal): -2198634 or 9860062. OLE color: 9860062.

HSL color Cylindrical-coordinate representation of color #DE7396: hue angle of 340.37º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7396 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 115 150 -
CMYK 0 0.48 0.32 0.13
HSL 340.37º 0.62% 0.66% -
HSV(B) 340.37º 0.48% 0.87% -
XYZ 41.76 29.99 32.44 -
YUV 150.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 222 115 150 0 0.48 0.32 0.13 340.37 0.62 0.66
Hex DE 73 96 0 30 20 D 154 3E 42
Octal 336 163 226 0 60 40 15 524 76 102
Binary 11011110 1110011 10010110 0 110000 100000 1101 101010100 111110 1000010

Color Harmonies of #DE7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7396

Black with #DE7396

Text Example


Text Example

White with #DE7396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7396; }

 p { color: rgb(222,115,150); }

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

background-color css

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

 a { background-color: rgb(222,115,150); }

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

border-color css

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

 span { border-color: rgb(222,115,150); }

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