Html Css Color HEX #DA749E Pale Violet Red

📋 copy color: '#DA749E'

red 218 ◦ green 116 ◦ blue 158

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

Shades of Pale Violet Red #DA749E

Tints of Pale Violet Red #DA749E

RGB

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

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

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

R = 44.31%
G = 23.58%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA749E (or 0xDA749E) is known color: Pale Violet Red. HEX triplet: DA, 74 and 9E. RGB value is (218,116,158). Sum of RGB (Red+Green+Blue) = 218+116+158=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA749E is #258B61. Grayscale: #979797. Windows color (decimal): -2460514 or 10384602. OLE color: 10384602.

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

Color convert

RGB 218 116 158 -
CMYK 0 0.47 0.28 0.15
HSL 335.29º 0.58% 0.65% -
HSV(B) 335.29º 0.47% 0.85% -
XYZ 41.33 29.86 35.93 -
YUV 151.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 218 116 158 0 0.47 0.28 0.15 335.29 0.58 0.65
Hex DA 74 9E 0 2F 1C F 14F 3A 41
Octal 332 164 236 0 57 34 17 517 72 101
Binary 11011010 1110100 10011110 0 101111 11100 1111 101001111 111010 1000001

Color Harmonies of #DA749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA749E

Black with #DA749E

Text Example


Text Example

White with #DA749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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