Html Css Color HEX #DE709F Pale Violet Red

📋 copy color: '#DE709F'

red 222 ◦ green 112 ◦ blue 159

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

Shades of Pale Violet Red #DE709F

Tints of Pale Violet Red #DE709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.72%

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

R = 45.03%
G = 22.72%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE709F (or 0xDE709F) is known color: Pale Violet Red. HEX triplet: DE, 70 and 9F. RGB value is (222,112,159). Sum of RGB (Red+Green+Blue) = 222+112+159=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE709F is #218F60. Grayscale: #969696. Windows color (decimal): -2199393 or 10449118. OLE color: 10449118.

HSL color Cylindrical-coordinate representation of color #DE709F: hue angle of 334.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE709F is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 112 159 -
CMYK 0 0.50 0.28 0.13
HSL 334.36º 0.63% 0.65% -
HSV(B) 334.36º 0.5% 0.87% -
XYZ 42.18 29.62 36.3 -
YUV 150.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 222 112 159 0 0.50 0.28 0.13 334.36 0.63 0.65
Hex DE 70 9F 0 32 1C D 14E 3E 41
Octal 336 160 237 0 62 34 15 516 76 101
Binary 11011110 1110000 10011111 0 110010 11100 1101 101001110 111110 1000001

Color Harmonies of #DE709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE709F

Black with #DE709F

Text Example


Text Example

White with #DE709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE709F; }

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

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

background-color css

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

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

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

border-color css

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

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

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