Html Css Color HEX #DA749A Pale Violet Red

📋 copy color: '#DA749A'

red 218 ◦ green 116 ◦ blue 154

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

Shades of Pale Violet Red #DA749A

Tints of Pale Violet Red #DA749A

RGB

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

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

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

R = 44.67%
G = 23.77%
B = 31.56%

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

#DA749A (or 0xDA749A) is known color: Pale Violet Red. HEX triplet: DA, 74 and 9A. RGB value is (218,116,154). Sum of RGB (Red+Green+Blue) = 218+116+154=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA749A is #258B65. Grayscale: #969696. Windows color (decimal): -2460518 or 10122458. OLE color: 10122458.

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

Color convert

RGB 218 116 154 -
CMYK 0 0.47 0.29 0.15
HSL 337.65º 0.58% 0.65% -
HSV(B) 337.65º 0.47% 0.85% -
XYZ 40.99 29.73 34.15 -
YUV 150.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 218 116 154 0 0.47 0.29 0.15 337.65 0.58 0.65
Hex DA 74 9A 0 2F 1D F 152 3A 41
Octal 332 164 232 0 57 35 17 522 72 101
Binary 11011010 1110100 10011010 0 101111 11101 1111 101010010 111010 1000001

Color Harmonies of #DA749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA749A

Black with #DA749A

Text Example


Text Example

White with #DA749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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