Html Css Color HEX #DA749C Pale Violet Red

📋 copy color: '#DA749C'

red 218 ◦ green 116 ◦ blue 156

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

Shades of Pale Violet Red #DA749C

Tints of Pale Violet Red #DA749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 44.49%
G = 23.67%
B = 31.84%

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

#DA749C (or 0xDA749C) is known color: Pale Violet Red. HEX triplet: DA, 74 and 9C. RGB value is (218,116,156). Sum of RGB (Red+Green+Blue) = 218+116+156=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA749C is #258B63. Grayscale: #969696. Windows color (decimal): -2460516 or 10253530. OLE color: 10253530.

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

Color convert

RGB 218 116 156 -
CMYK 0 0.47 0.28 0.15
HSL 336.47º 0.58% 0.65% -
HSV(B) 336.47º 0.47% 0.85% -
XYZ 41.16 29.8 35.03 -
YUV 151.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 218 116 156 0 0.47 0.28 0.15 336.47 0.58 0.65
Hex DA 74 9C 0 2F 1C F 150 3A 41
Octal 332 164 234 0 57 34 17 520 72 101
Binary 11011010 1110100 10011100 0 101111 11100 1111 101010000 111010 1000001

Color Harmonies of #DA749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA749C

Black with #DA749C

Text Example


Text Example

White with #DA749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA749C; }

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

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

background-color css

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

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

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

border-color css

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

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

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