Html Css Color HEX #DA709D Pale Violet Red

📋 copy color: '#DA709D'

red 218 ◦ green 112 ◦ blue 157

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

Shades of Pale Violet Red #DA709D

Tints of Pale Violet Red #DA709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.24%

R = 44.76%
G = 23%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA709D (or 0xDA709D) is known color: Pale Violet Red. HEX triplet: DA, 70 and 9D. RGB value is (218,112,157). Sum of RGB (Red+Green+Blue) = 218+112+157=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA709D is #258F62. Grayscale: #949494. Windows color (decimal): -2461539 or 10318042. OLE color: 10318042.

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

Color convert

RGB 218 112 157 -
CMYK 0 0.49 0.28 0.15
HSL 334.53º 0.59% 0.65% -
HSV(B) 334.53º 0.49% 0.85% -
XYZ 40.79 28.93 35.33 -
YUV 148.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 218 112 157 0 0.49 0.28 0.15 334.53 0.59 0.65
Hex DA 70 9D 0 31 1C F 14F 3B 41
Octal 332 160 235 0 61 34 17 517 73 101
Binary 11011010 1110000 10011101 0 110001 11100 1111 101001111 111011 1000001

Color Harmonies of #DA709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA709D

Black with #DA709D

Text Example


Text Example

White with #DA709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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