Html Css Color HEX #DA749F Pale Violet Red

📋 copy color: '#DA749F'

red 218 ◦ green 116 ◦ blue 159

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

Shades of Pale Violet Red #DA749F

Tints of Pale Violet Red #DA749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.53%

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

R = 44.22%
G = 23.53%
B = 32.25%

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

#DA749F (or 0xDA749F) is known color: Pale Violet Red. HEX triplet: DA, 74 and 9F. RGB value is (218,116,159). Sum of RGB (Red+Green+Blue) = 218+116+159=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA749F is #258B60. Grayscale: #979797. Windows color (decimal): -2460513 or 10450138. OLE color: 10450138.

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

Color convert

RGB 218 116 159 -
CMYK 0 0.47 0.27 0.15
HSL 334.71º 0.58% 0.65% -
HSV(B) 334.71º 0.47% 0.85% -
XYZ 41.42 29.9 36.39 -
YUV 151.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 218 116 159 0 0.47 0.27 0.15 334.71 0.58 0.65
Hex DA 74 9F 0 2F 1B F 14F 3A 41
Octal 332 164 237 0 57 33 17 517 72 101
Binary 11011010 1110100 10011111 0 101111 11011 1111 101001111 111010 1000001

Color Harmonies of #DA749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA749F

Black with #DA749F

Text Example


Text Example

White with #DA749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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