Html Css Color HEX #DA718D Pale Violet Red

📋 copy color: '#DA718D'

red 218 ◦ green 113 ◦ blue 141

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

Shades of Pale Violet Red #DA718D

Tints of Pale Violet Red #DA718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 46.19%
G = 23.94%
B = 29.87%

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

#DA718D (or 0xDA718D) is known color: Pale Violet Red. HEX triplet: DA, 71 and 8D. RGB value is (218,113,141). Sum of RGB (Red+Green+Blue) = 218+113+141=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA718D is #258E72. Grayscale: #939393. Windows color (decimal): -2461299 or 9269722. OLE color: 9269722.

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

Color convert

RGB 218 113 141 -
CMYK 0 0.48 0.35 0.15
HSL 344º 0.59% 0.65% -
HSV(B) 344º 0.48% 0.85% -
XYZ 39.63 28.64 28.64 -
YUV 147.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 218 113 141 0 0.48 0.35 0.15 344 0.59 0.65
Hex DA 71 8D 0 30 23 F 158 3B 41
Octal 332 161 215 0 60 43 17 530 73 101
Binary 11011010 1110001 10001101 0 110000 100011 1111 101011000 111011 1000001

Color Harmonies of #DA718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA718D

Black with #DA718D

Text Example


Text Example

White with #DA718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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