Html Css Color HEX #DA739F Pale Violet Red

📋 copy color: '#DA739F'

red 218 ◦ green 115 ◦ blue 159

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

Shades of Pale Violet Red #DA739F

Tints of Pale Violet Red #DA739F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 44.31%
G = 23.37%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA739F (or 0xDA739F) is known color: Pale Violet Red. HEX triplet: DA, 73 and 9F. RGB value is (218,115,159). Sum of RGB (Red+Green+Blue) = 218+115+159=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA739F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA739F is #258C60. Grayscale: #969696. Windows color (decimal): -2460769 or 10449882. OLE color: 10449882.

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

Color convert

RGB 218 115 159 -
CMYK 0 0.47 0.27 0.15
HSL 334.37º 0.58% 0.65% -
HSV(B) 334.37º 0.47% 0.85% -
XYZ 41.3 29.67 36.35 -
YUV 150.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 218 115 159 0 0.47 0.27 0.15 334.37 0.58 0.65
Hex DA 73 9F 0 2F 1B F 14E 3A 41
Octal 332 163 237 0 57 33 17 516 72 101
Binary 11011010 1110011 10011111 0 101111 11011 1111 101001110 111010 1000001

Color Harmonies of #DA739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA739F

Black with #DA739F

Text Example


Text Example

White with #DA739F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA739F; }

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

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

background-color css

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

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

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

border-color css

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

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

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