Html Css Color HEX #DE749E Pale Violet Red

📋 copy color: '#DE749E'

red 222 ◦ green 116 ◦ blue 158

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

Shades of Pale Violet Red #DE749E

Tints of Pale Violet Red #DE749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.39%

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

R = 44.76%
G = 23.39%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE749E (or 0xDE749E) is known color: Pale Violet Red. HEX triplet: DE, 74 and 9E. RGB value is (222,116,158). Sum of RGB (Red+Green+Blue) = 222+116+158=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DE749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE749E is #218B61. Grayscale: #989898. Windows color (decimal): -2198370 or 10384606. OLE color: 10384606.

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

Color convert

RGB 222 116 158 -
CMYK 0 0.48 0.29 0.13
HSL 336.23º 0.62% 0.66% -
HSV(B) 336.23º 0.48% 0.87% -
XYZ 42.54 30.49 35.99 -
YUV 152.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 222 116 158 0 0.48 0.29 0.13 336.23 0.62 0.66
Hex DE 74 9E 0 30 1D D 150 3E 42
Octal 336 164 236 0 60 35 15 520 76 102
Binary 11011110 1110100 10011110 0 110000 11101 1101 101010000 111110 1000010

Color Harmonies of #DE749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE749E

Black with #DE749E

Text Example


Text Example

White with #DE749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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