Html Css Color HEX #DA6E8D Pale Violet Red

📋 copy color: '#DA6E8D'

red 218 ◦ green 110 ◦ blue 141

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

Shades of Pale Violet Red #DA6E8D

Tints of Pale Violet Red #DA6E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 46.48%
G = 23.45%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA6E8D (or 0xDA6E8D) is known color: Pale Violet Red. HEX triplet: DA, 6E and 8D. RGB value is (218,110,141). Sum of RGB (Red+Green+Blue) = 218+110+141=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E8D is #259172. Grayscale: #919191. Windows color (decimal): -2462067 or 9268954. OLE color: 9268954.

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

Color convert

RGB 218 110 141 -
CMYK 0 0.50 0.35 0.15
HSL 342.78º 0.59% 0.64% -
HSV(B) 342.78º 0.5% 0.85% -
XYZ 39.3 27.98 28.53 -
YUV 145.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 218 110 141 0 0.50 0.35 0.15 342.78 0.59 0.64
Hex DA 6E 8D 0 32 23 F 157 3B 40
Octal 332 156 215 0 62 43 17 527 73 100
Binary 11011010 1101110 10001101 0 110010 100011 1111 101010111 111011 1000000

Color Harmonies of #DA6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E8D

Black with #DA6E8D

Text Example


Text Example

White with #DA6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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