Html Css Color HEX #DA6595 Pale Violet Red

📋 copy color: '#DA6595'

red 218 ◦ green 101 ◦ blue 149

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

Shades of Pale Violet Red #DA6595

Tints of Pale Violet Red #DA6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.58%

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 46.58%
G = 21.58%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA6595 (or 0xDA6595) is known color: Pale Violet Red. HEX triplet: DA, 65 and 95. RGB value is (218,101,149). Sum of RGB (Red+Green+Blue) = 218+101+149=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6595 is #259A6A. Grayscale: #8D8D8D. Windows color (decimal): -2464363 or 9790938. OLE color: 9790938.

HSL color Cylindrical-coordinate representation of color #DA6595: hue angle of 335.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6595 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 101 149 -
CMYK 0 0.54 0.32 0.15
HSL 335.38º 0.61% 0.63% -
HSV(B) 335.38º 0.54% 0.85% -
XYZ 38.99 26.38 31.47 -
YUV 141.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 218 101 149 0 0.54 0.32 0.15 335.38 0.61 0.63
Hex DA 65 95 0 36 20 F 14F 3D 3F
Octal 332 145 225 0 66 40 17 517 75 77
Binary 11011010 1100101 10010101 0 110110 100000 1111 101001111 111101 111111

Color Harmonies of #DA6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6595

Black with #DA6595

Text Example


Text Example

White with #DA6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6595; }

 p { color: rgb(218,101,149); }

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

background-color css

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

 a { background-color: rgb(218,101,149); }

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

border-color css

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

 span { border-color: rgb(218,101,149); }

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