Html Css Color HEX #DA6E98 Pale Violet Red

📋 copy color: '#DA6E98'

red 218 ◦ green 110 ◦ blue 152

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

Shades of Pale Violet Red #DA6E98

Tints of Pale Violet Red #DA6E98

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.92%

 BLUE value IS 152 (59.77% from 255) = 31.67%

R = 45.42%
G = 22.92%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6E98 (or 0xDA6E98) is known color: Pale Violet Red. HEX triplet: DA, 6E and 98. RGB value is (218,110,152). Sum of RGB (Red+Green+Blue) = 218+110+152=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E98 is #259167. Grayscale: #939393. Windows color (decimal): -2462056 or 9989850. OLE color: 9989850.

HSL color Cylindrical-coordinate representation of color #DA6E98: hue angle of 336.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6E98 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 152 -
CMYK 0 0.50 0.30 0.15
HSL 336.67º 0.59% 0.64% -
HSV(B) 336.67º 0.5% 0.85% -
XYZ 40.16 28.32 33.06 -
YUV 147.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 218 110 152 0 0.50 0.30 0.15 336.67 0.59 0.64
Hex DA 6E 98 0 32 1E F 151 3B 40
Octal 332 156 230 0 62 36 17 521 73 100
Binary 11011010 1101110 10011000 0 110010 11110 1111 101010001 111011 1000000

Color Harmonies of #DA6E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E98

Black with #DA6E98

Text Example


Text Example

White with #DA6E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E98; }

 p { color: rgb(218,110,152); }

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

background-color css

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

 a { background-color: rgb(218,110,152); }

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

border-color css

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

 span { border-color: rgb(218,110,152); }

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