Html Css Color HEX #DA6A8F Pale Violet Red

📋 copy color: '#DA6A8F'

red 218 ◦ green 106 ◦ blue 143

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

Shades of Pale Violet Red #DA6A8F

Tints of Pale Violet Red #DA6A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.7%

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

R = 46.68%
G = 22.7%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA6A8F (or 0xDA6A8F) is known color: Pale Violet Red. HEX triplet: DA, 6A and 8F. RGB value is (218,106,143). Sum of RGB (Red+Green+Blue) = 218+106+143=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6A8F is #259570. Grayscale: #8F8F8F. Windows color (decimal): -2463089 or 9399002. OLE color: 9399002.

HSL color Cylindrical-coordinate representation of color #DA6A8F: hue angle of 340.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6A8F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 106 143 -
CMYK 0 0.51 0.34 0.15
HSL 340.18º 0.6% 0.64% -
HSV(B) 340.18º 0.51% 0.85% -
XYZ 39.03 27.2 29.18 -
YUV 143.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 218 106 143 0 0.51 0.34 0.15 340.18 0.6 0.64
Hex DA 6A 8F 0 33 22 F 154 3C 40
Octal 332 152 217 0 63 42 17 524 74 100
Binary 11011010 1101010 10001111 0 110011 100010 1111 101010100 111100 1000000

Color Harmonies of #DA6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A8F

Black with #DA6A8F

Text Example


Text Example

White with #DA6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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