Html Css Color HEX #DA6E92 Pale Violet Red

📋 copy color: '#DA6E92'

red 218 ◦ green 110 ◦ blue 146

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

Shades of Pale Violet Red #DA6E92

Tints of Pale Violet Red #DA6E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.8%

R = 45.99%
G = 23.21%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA6E92 (or 0xDA6E92) is known color: Pale Violet Red. HEX triplet: DA, 6E and 92. RGB value is (218,110,146). Sum of RGB (Red+Green+Blue) = 218+110+146=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E92 is #25916D. Grayscale: #929292. Windows color (decimal): -2462062 or 9596634. OLE color: 9596634.

HSL color Cylindrical-coordinate representation of color #DA6E92: hue angle of 340º 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 #DA6E92 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 146 -
CMYK 0 0.50 0.33 0.15
HSL 340º 0.59% 0.64% -
HSV(B) 340º 0.5% 0.85% -
XYZ 39.68 28.13 30.53 -
YUV 146.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 218 110 146 0 0.50 0.33 0.15 340 0.59 0.64
Hex DA 6E 92 0 32 21 F 154 3B 40
Octal 332 156 222 0 62 41 17 524 73 100
Binary 11011010 1101110 10010010 0 110010 100001 1111 101010100 111011 1000000

Color Harmonies of #DA6E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E92

Black with #DA6E92

Text Example


Text Example

White with #DA6E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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