Html Css Color HEX #DA6489 Pale Violet Red

📋 copy color: '#DA6489'

red 218 ◦ green 100 ◦ blue 137

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

Shades of Pale Violet Red #DA6489

Tints of Pale Violet Red #DA6489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.98%

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

R = 47.91%
G = 21.98%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA6489 (or 0xDA6489) is known color: Pale Violet Red. HEX triplet: DA, 64 and 89. RGB value is (218,100,137). Sum of RGB (Red+Green+Blue) = 218+100+137=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6489 is #259B76. Grayscale: #8B8B8B. Windows color (decimal): -2464631 or 9004250. OLE color: 9004250.

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

Color convert

RGB 218 100 137 -
CMYK 0 0.54 0.37 0.15
HSL 341.19º 0.61% 0.62% -
HSV(B) 341.19º 0.54% 0.85% -
XYZ 37.99 25.83 26.65 -
YUV 139.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 218 100 137 0 0.54 0.37 0.15 341.19 0.61 0.62
Hex DA 64 89 0 36 25 F 155 3D 3E
Octal 332 144 211 0 66 45 17 525 75 76
Binary 11011010 1100100 10001001 0 110110 100101 1111 101010101 111101 111110

Color Harmonies of #DA6489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6489

Black with #DA6489

Text Example


Text Example

White with #DA6489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6489; }

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

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

background-color css

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

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

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

border-color css

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

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

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