Html Css Color HEX #DA6F8D Pale Violet Red

📋 copy color: '#DA6F8D'

red 218 ◦ green 111 ◦ blue 141

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

Shades of Pale Violet Red #DA6F8D

Tints of Pale Violet Red #DA6F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.62%

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

R = 46.38%
G = 23.62%
B = 30%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA6F8D (or 0xDA6F8D) is known color: Pale Violet Red. HEX triplet: DA, 6F and 8D. RGB value is (218,111,141). Sum of RGB (Red+Green+Blue) = 218+111+141=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F8D is #259072. Grayscale: #929292. Windows color (decimal): -2461811 or 9269210. OLE color: 9269210.

HSL color Cylindrical-coordinate representation of color #DA6F8D: hue angle of 343.18º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6F8D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 141 -
CMYK 0 0.49 0.35 0.15
HSL 343.18º 0.59% 0.65% -
HSV(B) 343.18º 0.49% 0.85% -
XYZ 39.41 28.2 28.57 -
YUV 146.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 218 111 141 0 0.49 0.35 0.15 343.18 0.59 0.65
Hex DA 6F 8D 0 31 23 F 157 3B 41
Octal 332 157 215 0 61 43 17 527 73 101
Binary 11011010 1101111 10001101 0 110001 100011 1111 101010111 111011 1000001

Color Harmonies of #DA6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F8D

Black with #DA6F8D

Text Example


Text Example

White with #DA6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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