Html Css Color HEX #DE749D Pale Violet Red

📋 copy color: '#DE749D'

red 222 ◦ green 116 ◦ blue 157

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

Shades of Pale Violet Red #DE749D

Tints of Pale Violet Red #DE749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 44.85%
G = 23.43%
B = 31.72%

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

#DE749D (or 0xDE749D) is known color: Pale Violet Red. HEX triplet: DE, 74 and 9D. RGB value is (222,116,157). Sum of RGB (Red+Green+Blue) = 222+116+157=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE749D is #218B62. Grayscale: #989898. Windows color (decimal): -2198371 or 10319070. OLE color: 10319070.

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

Color convert

RGB 222 116 157 -
CMYK 0 0.48 0.29 0.13
HSL 336.79º 0.62% 0.66% -
HSV(B) 336.79º 0.48% 0.87% -
XYZ 42.46 30.45 35.54 -
YUV 152.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 222 116 157 0 0.48 0.29 0.13 336.79 0.62 0.66
Hex DE 74 9D 0 30 1D D 151 3E 42
Octal 336 164 235 0 60 35 15 521 76 102
Binary 11011110 1110100 10011101 0 110000 11101 1101 101010001 111110 1000010

Color Harmonies of #DE749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE749D

Black with #DE749D

Text Example


Text Example

White with #DE749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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