Html Css Color HEX #DA659A Pale Violet Red

📋 copy color: '#DA659A'

red 218 ◦ green 101 ◦ blue 154

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

Shades of Pale Violet Red #DA659A

Tints of Pale Violet Red #DA659A

RGB

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

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

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

R = 46.09%
G = 21.35%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA659A (or 0xDA659A) is known color: Pale Violet Red. HEX triplet: DA, 65 and 9A. RGB value is (218,101,154). Sum of RGB (Red+Green+Blue) = 218+101+154=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA659A is #259A65. Grayscale: #8D8D8D. Windows color (decimal): -2464358 or 10118618. OLE color: 10118618.

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

Color convert

RGB 218 101 154 -
CMYK 0 0.54 0.29 0.15
HSL 332.82º 0.61% 0.63% -
HSV(B) 332.82º 0.54% 0.85% -
XYZ 39.4 26.55 33.62 -
YUV 142.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 218 101 154 0 0.54 0.29 0.15 332.82 0.61 0.63
Hex DA 65 9A 0 36 1D F 14D 3D 3F
Octal 332 145 232 0 66 35 17 515 75 77
Binary 11011010 1100101 10011010 0 110110 11101 1111 101001101 111101 111111

Color Harmonies of #DA659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA659A

Black with #DA659A

Text Example


Text Example

White with #DA659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA659A; }

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

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

background-color css

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

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

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

border-color css

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

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

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