Html Css Color HEX #DE7A99 Pale Violet Red

📋 copy color: '#DE7A99'

red 222 ◦ green 122 ◦ blue 153

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

Shades of Pale Violet Red #DE7A99

Tints of Pale Violet Red #DE7A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 44.67%
G = 24.55%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE7A99 (or 0xDE7A99) is known color: Pale Violet Red. HEX triplet: DE, 7A and 99. RGB value is (222,122,153). Sum of RGB (Red+Green+Blue) = 222+122+153=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7A99 is #218566. Grayscale: #9B9B9B. Windows color (decimal): -2196839 or 10058462. OLE color: 10058462.

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

Color convert

RGB 222 122 153 -
CMYK 0 0.45 0.31 0.13
HSL 341.4º 0.6% 0.67% -
HSV(B) 341.4º 0.45% 0.87% -
XYZ 42.83 31.75 34.01 -
YUV 155.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 222 122 153 0 0.45 0.31 0.13 341.4 0.6 0.67
Hex DE 7A 99 0 2D 1F D 155 3C 43
Octal 336 172 231 0 55 37 15 525 74 103
Binary 11011110 1111010 10011001 0 101101 11111 1101 101010101 111100 1000011

Color Harmonies of #DE7A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7A99

Black with #DE7A99

Text Example


Text Example

White with #DE7A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7A99; }

 p { color: rgb(222,122,153); }

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

background-color css

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

 a { background-color: rgb(222,122,153); }

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

border-color css

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

 span { border-color: rgb(222,122,153); }

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