Html Css Color HEX #DA708E Pale Violet Red

📋 copy color: '#DA708E'

red 218 ◦ green 112 ◦ blue 142

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

Shades of Pale Violet Red #DA708E

Tints of Pale Violet Red #DA708E

RGB

 RED value IS 218 (85.55% from 255) = 46.19%

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

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 46.19%
G = 23.73%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA708E (or 0xDA708E) is known color: Pale Violet Red. HEX triplet: DA, 70 and 8E. RGB value is (218,112,142). Sum of RGB (Red+Green+Blue) = 218+112+142=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA708E is #258F71. Grayscale: #939393. Windows color (decimal): -2461554 or 9335002. OLE color: 9335002.

HSL color Cylindrical-coordinate representation of color #DA708E: hue angle of 343.02º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA708E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 142 -
CMYK 0 0.49 0.35 0.15
HSL 343.02º 0.59% 0.65% -
HSV(B) 343.02º 0.49% 0.85% -
XYZ 39.59 28.45 29 -
YUV 147.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 218 112 142 0 0.49 0.35 0.15 343.02 0.59 0.65
Hex DA 70 8E 0 31 23 F 157 3B 41
Octal 332 160 216 0 61 43 17 527 73 101
Binary 11011010 1110000 10001110 0 110001 100011 1111 101010111 111011 1000001

Color Harmonies of #DA708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA708E

Black with #DA708E

Text Example


Text Example

White with #DA708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA708E; }

 p { color: rgb(218,112,142); }

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

background-color css

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

 a { background-color: rgb(218,112,142); }

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

border-color css

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

 span { border-color: rgb(218,112,142); }

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