Html Css Color HEX #DA709E Pale Violet Red

📋 copy color: '#DA709E'

red 218 ◦ green 112 ◦ blue 158

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

Shades of Pale Violet Red #DA709E

Tints of Pale Violet Red #DA709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.38%

R = 44.67%
G = 22.95%
B = 32.38%

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

#DA709E (or 0xDA709E) is known color: Pale Violet Red. HEX triplet: DA, 70 and 9E. RGB value is (218,112,158). Sum of RGB (Red+Green+Blue) = 218+112+158=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA709E is #258F61. Grayscale: #949494. Windows color (decimal): -2461538 or 10383578. OLE color: 10383578.

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

Color convert

RGB 218 112 158 -
CMYK 0 0.49 0.28 0.15
HSL 333.96º 0.59% 0.65% -
HSV(B) 333.96º 0.49% 0.85% -
XYZ 40.88 28.96 35.78 -
YUV 148.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 218 112 158 0 0.49 0.28 0.15 333.96 0.59 0.65
Hex DA 70 9E 0 31 1C F 14E 3B 41
Octal 332 160 236 0 61 34 17 516 73 101
Binary 11011010 1110000 10011110 0 110001 11100 1111 101001110 111011 1000001

Color Harmonies of #DA709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA709E

Black with #DA709E

Text Example


Text Example

White with #DA709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA709E; }

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

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

background-color css

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

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

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

border-color css

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

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

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