Html Css Color HEX #DA6597 Pale Violet Red

📋 copy color: '#DA6597'

red 218 ◦ green 101 ◦ blue 151

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

Shades of Pale Violet Red #DA6597

Tints of Pale Violet Red #DA6597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.13%

R = 46.38%
G = 21.49%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA6597 (or 0xDA6597) is known color: Pale Violet Red. HEX triplet: DA, 65 and 97. RGB value is (218,101,151). Sum of RGB (Red+Green+Blue) = 218+101+151=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6597 is #259A68. Grayscale: #8D8D8D. Windows color (decimal): -2464361 or 9922010. OLE color: 9922010.

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

Color convert

RGB 218 101 151 -
CMYK 0 0.54 0.31 0.15
HSL 334.36º 0.61% 0.63% -
HSV(B) 334.36º 0.54% 0.85% -
XYZ 39.15 26.45 32.32 -
YUV 141.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 218 101 151 0 0.54 0.31 0.15 334.36 0.61 0.63
Hex DA 65 97 0 36 1F F 14E 3D 3F
Octal 332 145 227 0 66 37 17 516 75 77
Binary 11011010 1100101 10010111 0 110110 11111 1111 101001110 111101 111111

Color Harmonies of #DA6597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6597

Black with #DA6597

Text Example


Text Example

White with #DA6597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6597; }

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

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

background-color css

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

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

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

border-color css

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

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

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