Html Css Color HEX #DA659C Pale Violet Red

📋 copy color: '#DA659C'

red 218 ◦ green 101 ◦ blue 156

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

Shades of Pale Violet Red #DA659C

Tints of Pale Violet Red #DA659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 45.89%
G = 21.26%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA659C (or 0xDA659C) is known color: Pale Violet Red. HEX triplet: DA, 65 and 9C. RGB value is (218,101,156). Sum of RGB (Red+Green+Blue) = 218+101+156=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA659C is #259A63. Grayscale: #8E8E8E. Windows color (decimal): -2464356 or 10249690. OLE color: 10249690.

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

Color convert

RGB 218 101 156 -
CMYK 0 0.54 0.28 0.15
HSL 331.79º 0.61% 0.63% -
HSV(B) 331.79º 0.54% 0.85% -
XYZ 39.57 26.61 34.5 -
YUV 142.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 218 101 156 0 0.54 0.28 0.15 331.79 0.61 0.63
Hex DA 65 9C 0 36 1C F 14C 3D 3F
Octal 332 145 234 0 66 34 17 514 75 77
Binary 11011010 1100101 10011100 0 110110 11100 1111 101001100 111101 111111

Color Harmonies of #DA659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA659C

Black with #DA659C

Text Example


Text Example

White with #DA659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA659C; }

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

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

background-color css

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

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

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

border-color css

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

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

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