Html Css Color HEX #DA7599 Pale Violet Red

📋 copy color: '#DA7599'

red 218 ◦ green 117 ◦ blue 153

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

Shades of Pale Violet Red #DA7599

Tints of Pale Violet Red #DA7599

RGB

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

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

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

R = 44.67%
G = 23.98%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA7599 (or 0xDA7599) is known color: Pale Violet Red. HEX triplet: DA, 75 and 99. RGB value is (218,117,153). Sum of RGB (Red+Green+Blue) = 218+117+153=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7599 is #258A66. Grayscale: #979797. Windows color (decimal): -2460263 or 10057178. OLE color: 10057178.

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

Color convert

RGB 218 117 153 -
CMYK 0 0.46 0.30 0.15
HSL 338.61º 0.58% 0.66% -
HSV(B) 338.61º 0.46% 0.85% -
XYZ 41.02 29.93 33.75 -
YUV 151.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 218 117 153 0 0.46 0.30 0.15 338.61 0.58 0.66
Hex DA 75 99 0 2E 1E F 153 3A 42
Octal 332 165 231 0 56 36 17 523 72 102
Binary 11011010 1110101 10011001 0 101110 11110 1111 101010011 111010 1000010

Color Harmonies of #DA7599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7599

Black with #DA7599

Text Example


Text Example

White with #DA7599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7599; }

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

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

background-color css

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

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

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

border-color css

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

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

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