Html Css Color HEX #DA6089 Pale Violet Red

📋 copy color: '#DA6089'

red 218 ◦ green 96 ◦ blue 137

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

Shades of Pale Violet Red #DA6089

Tints of Pale Violet Red #DA6089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

 BLUE value IS 137 (53.91% from 255) = 30.38%

R = 48.34%
G = 21.29%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA6089 (or 0xDA6089) is known color: Pale Violet Red. HEX triplet: DA, 60 and 89. RGB value is (218,96,137). Sum of RGB (Red+Green+Blue) = 218+96+137=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6089 is #259F76. Grayscale: #898989. Windows color (decimal): -2465655 or 9003226. OLE color: 9003226.

HSL color Cylindrical-coordinate representation of color #DA6089: hue angle of 339.84º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6089 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 96 137 -
CMYK 0 0.56 0.37 0.15
HSL 339.84º 0.62% 0.62% -
HSV(B) 339.84º 0.56% 0.85% -
XYZ 37.61 25.08 26.52 -
YUV 137.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 218 96 137 0 0.56 0.37 0.15 339.84 0.62 0.62
Hex DA 60 89 0 38 25 F 154 3E 3E
Octal 332 140 211 0 70 45 17 524 76 76
Binary 11011010 1100000 10001001 0 111000 100101 1111 101010100 111110 111110

Color Harmonies of #DA6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6089

Black with #DA6089

Text Example


Text Example

White with #DA6089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6089; }

 p { color: rgb(218,96,137); }

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

background-color css

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

 a { background-color: rgb(218,96,137); }

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

border-color css

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

 span { border-color: rgb(218,96,137); }

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