Html Css Color HEX #DA6899 Pale Violet Red

📋 copy color: '#DA6899'

red 218 ◦ green 104 ◦ blue 153

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

Shades of Pale Violet Red #DA6899

Tints of Pale Violet Red #DA6899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

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

R = 45.89%
G = 21.89%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6899 (or 0xDA6899) is known color: Pale Violet Red. HEX triplet: DA, 68 and 99. RGB value is (218,104,153). Sum of RGB (Red+Green+Blue) = 218+104+153=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6899 is #259766. Grayscale: #8F8F8F. Windows color (decimal): -2463591 or 10053850. OLE color: 10053850.

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

Color convert

RGB 218 104 153 -
CMYK 0 0.52 0.30 0.15
HSL 334.21º 0.61% 0.63% -
HSV(B) 334.21º 0.52% 0.85% -
XYZ 39.61 27.11 33.28 -
YUV 143.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 218 104 153 0 0.52 0.30 0.15 334.21 0.61 0.63
Hex DA 68 99 0 34 1E F 14E 3D 3F
Octal 332 150 231 0 64 36 17 516 75 77
Binary 11011010 1101000 10011001 0 110100 11110 1111 101001110 111101 111111

Color Harmonies of #DA6899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6899

Black with #DA6899

Text Example


Text Example

White with #DA6899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6899; }

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

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

background-color css

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

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

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

border-color css

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

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

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