Html Css Color HEX #DA6F8F Pale Violet Red

📋 copy color: '#DA6F8F'

red 218 ◦ green 111 ◦ blue 143

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

Shades of Pale Violet Red #DA6F8F

Tints of Pale Violet Red #DA6F8F

RGB

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

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

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

R = 46.19%
G = 23.52%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA6F8F (or 0xDA6F8F) is known color: Pale Violet Red. HEX triplet: DA, 6F and 8F. RGB value is (218,111,143). Sum of RGB (Red+Green+Blue) = 218+111+143=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F8F is #259070. Grayscale: #929292. Windows color (decimal): -2461809 or 9400282. OLE color: 9400282.

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

Color convert

RGB 218 111 143 -
CMYK 0 0.49 0.34 0.15
HSL 342.06º 0.59% 0.65% -
HSV(B) 342.06º 0.49% 0.85% -
XYZ 39.56 28.26 29.36 -
YUV 146.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 218 111 143 0 0.49 0.34 0.15 342.06 0.59 0.65
Hex DA 6F 8F 0 31 22 F 156 3B 41
Octal 332 157 217 0 61 42 17 526 73 101
Binary 11011010 1101111 10001111 0 110001 100010 1111 101010110 111011 1000001

Color Harmonies of #DA6F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F8F

Black with #DA6F8F

Text Example


Text Example

White with #DA6F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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