Html Css Color HEX #DA6D8F Pale Violet Red

📋 copy color: '#DA6D8F'

red 218 ◦ green 109 ◦ blue 143

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

Shades of Pale Violet Red #DA6D8F

Tints of Pale Violet Red #DA6D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.19%

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 46.38%
G = 23.19%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA6D8F (or 0xDA6D8F) is known color: Pale Violet Red. HEX triplet: DA, 6D and 8F. RGB value is (218,109,143). Sum of RGB (Red+Green+Blue) = 218+109+143=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6D8F is #259270. Grayscale: #919191. Windows color (decimal): -2462321 or 9399770. OLE color: 9399770.

HSL color Cylindrical-coordinate representation of color #DA6D8F: hue angle of 341.28º degrees, saturation: 0.6, 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 #DA6D8F is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 143 -
CMYK 0 0.5 0.34 0.15
HSL 341.28º 0.6% 0.64% -
HSV(B) 341.28º 0.5% 0.85% -
XYZ 39.34 27.83 29.28 -
YUV 145.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 218 109 143 0 0.5 0.34 0.15 341.28 0.6 0.64
Hex DA 6D 8F 0 32 22 F 155 3C 40
Octal 332 155 217 0 62 42 17 525 74 100
Binary 11011010 1101101 10001111 0 110010 100010 1111 101010101 111100 1000000

Color Harmonies of #DA6D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D8F

Black with #DA6D8F

Text Example


Text Example

White with #DA6D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D8F; }

 p { color: rgb(218,109,143); }

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

background-color css

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

 a { background-color: rgb(218,109,143); }

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

border-color css

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

 span { border-color: rgb(218,109,143); }

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