Html Css Color HEX #DA718F Pale Violet Red

📋 copy color: '#DA718F'

red 218 ◦ green 113 ◦ blue 143

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

Shades of Pale Violet Red #DA718F

Tints of Pale Violet Red #DA718F

RGB

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

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

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

R = 45.99%
G = 23.84%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA718F (or 0xDA718F) is known color: Pale Violet Red. HEX triplet: DA, 71 and 8F. RGB value is (218,113,143). Sum of RGB (Red+Green+Blue) = 218+113+143=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA718F is #258E70. Grayscale: #939393. Windows color (decimal): -2461297 or 9400794. OLE color: 9400794.

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

Color convert

RGB 218 113 143 -
CMYK 0 0.48 0.34 0.15
HSL 342.86º 0.59% 0.65% -
HSV(B) 342.86º 0.48% 0.85% -
XYZ 39.78 28.7 29.43 -
YUV 147.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 218 113 143 0 0.48 0.34 0.15 342.86 0.59 0.65
Hex DA 71 8F 0 30 22 F 157 3B 41
Octal 332 161 217 0 60 42 17 527 73 101
Binary 11011010 1110001 10001111 0 110000 100010 1111 101010111 111011 1000001

Color Harmonies of #DA718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA718F

Black with #DA718F

Text Example


Text Example

White with #DA718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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