Html Css Color HEX #DE7997 Pale Violet Red

📋 copy color: '#DE7997'

red 222 ◦ green 121 ◦ blue 151

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

Shades of Pale Violet Red #DE7997

Tints of Pale Violet Red #DE7997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.49%

 BLUE value IS 151 (59.38% from 255) = 30.57%

R = 44.94%
G = 24.49%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE7997 (or 0xDE7997) is known color: Pale Violet Red. HEX triplet: DE, 79 and 97. RGB value is (222,121,151). Sum of RGB (Red+Green+Blue) = 222+121+151=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7997 is #218668. Grayscale: #9A9A9A. Windows color (decimal): -2197097 or 9927134. OLE color: 9927134.

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

Color convert

RGB 222 121 151 -
CMYK 0 0.45 0.32 0.13
HSL 342.18º 0.6% 0.67% -
HSV(B) 342.18º 0.45% 0.87% -
XYZ 42.55 31.44 33.1 -
YUV 154.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 222 121 151 0 0.45 0.32 0.13 342.18 0.6 0.67
Hex DE 79 97 0 2D 20 D 156 3C 43
Octal 336 171 227 0 55 40 15 526 74 103
Binary 11011110 1111001 10010111 0 101101 100000 1101 101010110 111100 1000011

Color Harmonies of #DE7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7997

Black with #DE7997

Text Example


Text Example

White with #DE7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7997; }

 p { color: rgb(222,121,151); }

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

background-color css

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

 a { background-color: rgb(222,121,151); }

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

border-color css

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

 span { border-color: rgb(222,121,151); }

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