Html Css Color HEX #DE7794 Pale Violet Red

📋 copy color: '#DE7794'

red 222 ◦ green 119 ◦ blue 148

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

Shades of Pale Violet Red #DE7794

Tints of Pale Violet Red #DE7794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.34%

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 45.4%
G = 24.34%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE7794 (or 0xDE7794) is known color: Pale Violet Red. HEX triplet: DE, 77 and 94. RGB value is (222,119,148). Sum of RGB (Red+Green+Blue) = 222+119+148=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7794 is #21886B. Grayscale: #999999. Windows color (decimal): -2197612 or 9730014. OLE color: 9730014.

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

Color convert

RGB 222 119 148 -
CMYK 0 0.46 0.33 0.13
HSL 343.11º 0.61% 0.67% -
HSV(B) 343.11º 0.46% 0.87% -
XYZ 42.07 30.86 31.76 -
YUV 153.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 222 119 148 0 0.46 0.33 0.13 343.11 0.61 0.67
Hex DE 77 94 0 2E 21 D 157 3D 43
Octal 336 167 224 0 56 41 15 527 75 103
Binary 11011110 1110111 10010100 0 101110 100001 1101 101010111 111101 1000011

Color Harmonies of #DE7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7794

Black with #DE7794

Text Example


Text Example

White with #DE7794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7794; }

 p { color: rgb(222,119,148); }

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

background-color css

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

 a { background-color: rgb(222,119,148); }

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

border-color css

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

 span { border-color: rgb(222,119,148); }

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