Html Css Color HEX #DA739A Pale Violet Red

📋 copy color: '#DA739A'

red 218 ◦ green 115 ◦ blue 154

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

Shades of Pale Violet Red #DA739A

Tints of Pale Violet Red #DA739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.61%

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 44.76%
G = 23.61%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA739A (or 0xDA739A) is known color: Pale Violet Red. HEX triplet: DA, 73 and 9A. RGB value is (218,115,154). Sum of RGB (Red+Green+Blue) = 218+115+154=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA739A is #258C65. Grayscale: #969696. Windows color (decimal): -2460774 or 10122202. OLE color: 10122202.

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

Color convert

RGB 218 115 154 -
CMYK 0 0.47 0.29 0.15
HSL 337.28º 0.58% 0.65% -
HSV(B) 337.28º 0.47% 0.85% -
XYZ 40.88 29.5 34.11 -
YUV 150.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 218 115 154 0 0.47 0.29 0.15 337.28 0.58 0.65
Hex DA 73 9A 0 2F 1D F 151 3A 41
Octal 332 163 232 0 57 35 17 521 72 101
Binary 11011010 1110011 10011010 0 101111 11101 1111 101010001 111010 1000001

Color Harmonies of #DA739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA739A

Black with #DA739A

Text Example


Text Example

White with #DA739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA739A; }

 p { color: rgb(218,115,154); }

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

background-color css

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

 a { background-color: rgb(218,115,154); }

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

border-color css

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

 span { border-color: rgb(218,115,154); }

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