Html Css Color HEX #DE7194 Pale Violet Red

📋 copy color: '#DE7194'

red 222 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #DE7194

Tints of Pale Violet Red #DE7194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.4%

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

R = 45.96%
G = 23.4%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE7194 (or 0xDE7194) is known color: Pale Violet Red. HEX triplet: DE, 71 and 94. RGB value is (222,113,148). Sum of RGB (Red+Green+Blue) = 222+113+148=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7194 is #218E6B. Grayscale: #959595. Windows color (decimal): -2199148 or 9728478. OLE color: 9728478.

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

Color convert

RGB 222 113 148 -
CMYK 0 0.49 0.33 0.13
HSL 340.73º 0.62% 0.66% -
HSV(B) 340.73º 0.49% 0.87% -
XYZ 41.37 29.48 31.53 -
YUV 149.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 222 113 148 0 0.49 0.33 0.13 340.73 0.62 0.66
Hex DE 71 94 0 31 21 D 155 3E 42
Octal 336 161 224 0 61 41 15 525 76 102
Binary 11011110 1110001 10010100 0 110001 100001 1101 101010101 111110 1000010

Color Harmonies of #DE7194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7194

Black with #DE7194

Text Example


Text Example

White with #DE7194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7194; }

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

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

background-color css

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

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

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

border-color css

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

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

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