Html Css Color HEX #DE7B9C Pale Violet Red

📋 copy color: '#DE7B9C'

red 222 ◦ green 123 ◦ blue 156

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

Shades of Pale Violet Red #DE7B9C

Tints of Pale Violet Red #DE7B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.14%

R = 44.31%
G = 24.55%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE7B9C (or 0xDE7B9C) is known color: Pale Violet Red. HEX triplet: DE, 7B and 9C. RGB value is (222,123,156). Sum of RGB (Red+Green+Blue) = 222+123+156=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7B9C is #218463. Grayscale: #9C9C9C. Windows color (decimal): -2196580 or 10255326. OLE color: 10255326.

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

Color convert

RGB 222 123 156 -
CMYK 0 0.45 0.30 0.13
HSL 340º 0.6% 0.68% -
HSV(B) 340º 0.45% 0.87% -
XYZ 43.21 32.1 35.37 -
YUV 156.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 222 123 156 0 0.45 0.30 0.13 340 0.6 0.68
Hex DE 7B 9C 0 2D 1E D 154 3C 44
Octal 336 173 234 0 55 36 15 524 74 104
Binary 11011110 1111011 10011100 0 101101 11110 1101 101010100 111100 1000100

Color Harmonies of #DE7B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B9C

Black with #DE7B9C

Text Example


Text Example

White with #DE7B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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