Html Css Color HEX #DE7B9F Pale Violet Red

📋 copy color: '#DE7B9F'

red 222 ◦ green 123 ◦ blue 159

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

Shades of Pale Violet Red #DE7B9F

Tints of Pale Violet Red #DE7B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 44.05%
G = 24.4%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE7B9F (or 0xDE7B9F) is known color: Pale Violet Red. HEX triplet: DE, 7B and 9F. RGB value is (222,123,159). Sum of RGB (Red+Green+Blue) = 222+123+159=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7B9F is #218460. Grayscale: #9C9C9C. Windows color (decimal): -2196577 or 10451934. OLE color: 10451934.

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

Color convert

RGB 222 123 159 -
CMYK 0 0.45 0.28 0.13
HSL 338.18º 0.6% 0.68% -
HSV(B) 338.18º 0.45% 0.87% -
XYZ 43.47 32.2 36.73 -
YUV 156.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 222 123 159 0 0.45 0.28 0.13 338.18 0.6 0.68
Hex DE 7B 9F 0 2D 1C D 152 3C 44
Octal 336 173 237 0 55 34 15 522 74 104
Binary 11011110 1111011 10011111 0 101101 11100 1101 101010010 111100 1000100

Color Harmonies of #DE7B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B9F

Black with #DE7B9F

Text Example


Text Example

White with #DE7B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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