Html Css Color HEX #DA6289 Pale Violet Red

📋 copy color: '#DA6289'

red 218 ◦ green 98 ◦ blue 137

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

Shades of Pale Violet Red #DA6289

Tints of Pale Violet Red #DA6289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.63%

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

R = 48.12%
G = 21.63%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA6289 (or 0xDA6289) is known color: Pale Violet Red. HEX triplet: DA, 62 and 89. RGB value is (218,98,137). Sum of RGB (Red+Green+Blue) = 218+98+137=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6289 is #259D76. Grayscale: #8A8A8A. Windows color (decimal): -2465143 or 9003738. OLE color: 9003738.

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

Color convert

RGB 218 98 137 -
CMYK 0 0.55 0.37 0.15
HSL 340.5º 0.62% 0.62% -
HSV(B) 340.5º 0.55% 0.85% -
XYZ 37.8 25.45 26.59 -
YUV 138.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 218 98 137 0 0.55 0.37 0.15 340.5 0.62 0.62
Hex DA 62 89 0 37 25 F 154 3E 3E
Octal 332 142 211 0 67 45 17 524 76 76
Binary 11011010 1100010 10001001 0 110111 100101 1111 101010100 111110 111110

Color Harmonies of #DA6289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6289

Black with #DA6289

Text Example


Text Example

White with #DA6289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6289; }

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

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

background-color css

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

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

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

border-color css

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

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

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