Html Css Color HEX #DA718E Pale Violet Red

📋 copy color: '#DA718E'

red 218 ◦ green 113 ◦ blue 142

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

Shades of Pale Violet Red #DA718E

Tints of Pale Violet Red #DA718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.89%

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

R = 46.09%
G = 23.89%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA718E (or 0xDA718E) is known color: Pale Violet Red. HEX triplet: DA, 71 and 8E. RGB value is (218,113,142). Sum of RGB (Red+Green+Blue) = 218+113+142=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA718E is #258E71. Grayscale: #939393. Windows color (decimal): -2461298 or 9335258. OLE color: 9335258.

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

Color convert

RGB 218 113 142 -
CMYK 0 0.48 0.35 0.15
HSL 343.43º 0.59% 0.65% -
HSV(B) 343.43º 0.48% 0.85% -
XYZ 39.7 28.67 29.03 -
YUV 147.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 218 113 142 0 0.48 0.35 0.15 343.43 0.59 0.65
Hex DA 71 8E 0 30 23 F 157 3B 41
Octal 332 161 216 0 60 43 17 527 73 101
Binary 11011010 1110001 10001110 0 110000 100011 1111 101010111 111011 1000001

Color Harmonies of #DA718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA718E

Black with #DA718E

Text Example


Text Example

White with #DA718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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