Html Css Color HEX #DA7399 Pale Violet Red

📋 copy color: '#DA7399'

red 218 ◦ green 115 ◦ blue 153

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

Shades of Pale Violet Red #DA7399

Tints of Pale Violet Red #DA7399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.66%

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 44.86%
G = 23.66%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA7399 (or 0xDA7399) is known color: Pale Violet Red. HEX triplet: DA, 73 and 99. RGB value is (218,115,153). Sum of RGB (Red+Green+Blue) = 218+115+153=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7399 is #258C66. Grayscale: #969696. Windows color (decimal): -2460775 or 10056666. OLE color: 10056666.

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

Color convert

RGB 218 115 153 -
CMYK 0 0.47 0.30 0.15
HSL 337.86º 0.58% 0.65% -
HSV(B) 337.86º 0.47% 0.85% -
XYZ 40.79 29.47 33.67 -
YUV 150.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 218 115 153 0 0.47 0.30 0.15 337.86 0.58 0.65
Hex DA 73 99 0 2F 1E F 152 3A 41
Octal 332 163 231 0 57 36 17 522 72 101
Binary 11011010 1110011 10011001 0 101111 11110 1111 101010010 111010 1000001

Color Harmonies of #DA7399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7399

Black with #DA7399

Text Example


Text Example

White with #DA7399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7399; }

 p { color: rgb(218,115,153); }

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

background-color css

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

 a { background-color: rgb(218,115,153); }

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

border-color css

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

 span { border-color: rgb(218,115,153); }

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