Html Css Color HEX #DA759A Pale Violet Red

📋 copy color: '#DA759A'

red 218 ◦ green 117 ◦ blue 154

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

Shades of Pale Violet Red #DA759A

Tints of Pale Violet Red #DA759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.93%

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

R = 44.58%
G = 23.93%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA759A (or 0xDA759A) is known color: Pale Violet Red. HEX triplet: DA, 75 and 9A. RGB value is (218,117,154). Sum of RGB (Red+Green+Blue) = 218+117+154=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA759A is #258A65. Grayscale: #979797. Windows color (decimal): -2460262 or 10122714. OLE color: 10122714.

HSL color Cylindrical-coordinate representation of color #DA759A: hue angle of 338.02º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA759A is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 154 -
CMYK 0 0.46 0.29 0.15
HSL 338.02º 0.58% 0.66% -
HSV(B) 338.02º 0.46% 0.85% -
XYZ 41.11 29.96 34.19 -
YUV 151.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 218 117 154 0 0.46 0.29 0.15 338.02 0.58 0.66
Hex DA 75 9A 0 2E 1D F 152 3A 42
Octal 332 165 232 0 56 35 17 522 72 102
Binary 11011010 1110101 10011010 0 101110 11101 1111 101010010 111010 1000010

Color Harmonies of #DA759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA759A

Black with #DA759A

Text Example


Text Example

White with #DA759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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