Html Css Color HEX #DE7B9E Pale Violet Red

📋 copy color: '#DE7B9E'

red 222 ◦ green 123 ◦ blue 158

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

Shades of Pale Violet Red #DE7B9E

Tints of Pale Violet Red #DE7B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.45%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 44.14%
G = 24.45%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE7B9E (or 0xDE7B9E) is known color: Pale Violet Red. HEX triplet: DE, 7B and 9E. RGB value is (222,123,158). Sum of RGB (Red+Green+Blue) = 222+123+158=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7B9E is #218461. Grayscale: #9C9C9C. Windows color (decimal): -2196578 or 10386398. OLE color: 10386398.

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

Color convert

RGB 222 123 158 -
CMYK 0 0.45 0.29 0.13
HSL 338.79º 0.6% 0.68% -
HSV(B) 338.79º 0.45% 0.87% -
XYZ 43.38 32.16 36.27 -
YUV 156.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 222 123 158 0 0.45 0.29 0.13 338.79 0.6 0.68
Hex DE 7B 9E 0 2D 1D D 153 3C 44
Octal 336 173 236 0 55 35 15 523 74 104
Binary 11011110 1111011 10011110 0 101101 11101 1101 101010011 111100 1000100

Color Harmonies of #DE7B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B9E

Black with #DE7B9E

Text Example


Text Example

White with #DE7B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B9E; }

 p { color: rgb(222,123,158); }

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

background-color css

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

 a { background-color: rgb(222,123,158); }

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

border-color css

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

 span { border-color: rgb(222,123,158); }

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