Html Css Color HEX #DE7BA8 Pale Violet Red

📋 copy color: '#DE7BA8'

red 222 ◦ green 123 ◦ blue 168

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

Shades of Pale Violet Red #DE7BA8

Tints of Pale Violet Red #DE7BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.75%

R = 43.27%
G = 23.98%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE7BA8 (or 0xDE7BA8) is known color: Pale Violet Red. HEX triplet: DE, 7B and A8. RGB value is (222,123,168). Sum of RGB (Red+Green+Blue) = 222+123+168=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7BA8 is #218457. Grayscale: #9D9D9D. Windows color (decimal): -2196568 or 11041758. OLE color: 11041758.

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

Color convert

RGB 222 123 168 -
CMYK 0 0.45 0.24 0.13
HSL 332.73º 0.6% 0.68% -
HSV(B) 332.73º 0.45% 0.87% -
XYZ 44.28 32.52 40.99 -
YUV 157.73 133.8 173.84 -
System Red Green Blue C M Y K H S L
Decimal 222 123 168 0 0.45 0.24 0.13 332.73 0.6 0.68
Hex DE 7B A8 0 2D 18 D 14D 3C 44
Octal 336 173 250 0 55 30 15 515 74 104
Binary 11011110 1111011 10101000 0 101101 11000 1101 101001101 111100 1000100

Color Harmonies of #DE7BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7BA8

Black with #DE7BA8

Text Example


Text Example

White with #DE7BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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