Html Css Color HEX #DE708F Pale Violet Red

📋 copy color: '#DE708F'

red 222 ◦ green 112 ◦ blue 143

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

Shades of Pale Violet Red #DE708F

Tints of Pale Violet Red #DE708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 46.54%
G = 23.48%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE708F (or 0xDE708F) is known color: Pale Violet Red. HEX triplet: DE, 70 and 8F. RGB value is (222,112,143). Sum of RGB (Red+Green+Blue) = 222+112+143=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE708F is #218F70. Grayscale: #949494. Windows color (decimal): -2199409 or 9400542. OLE color: 9400542.

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

Color convert

RGB 222 112 143 -
CMYK 0 0.50 0.36 0.13
HSL 343.09º 0.63% 0.65% -
HSV(B) 343.09º 0.5% 0.87% -
XYZ 40.88 29.1 29.45 -
YUV 148.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 222 112 143 0 0.50 0.36 0.13 343.09 0.63 0.65
Hex DE 70 8F 0 32 24 D 157 3E 41
Octal 336 160 217 0 62 44 15 527 76 101
Binary 11011110 1110000 10001111 0 110010 100100 1101 101010111 111110 1000001

Color Harmonies of #DE708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE708F

Black with #DE708F

Text Example


Text Example

White with #DE708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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