Html Css Color HEX #DA6A8D Pale Violet Red

📋 copy color: '#DA6A8D'

red 218 ◦ green 106 ◦ blue 141

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

Shades of Pale Violet Red #DA6A8D

Tints of Pale Violet Red #DA6A8D

RGB

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

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

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

R = 46.88%
G = 22.8%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA6A8D (or 0xDA6A8D) is known color: Pale Violet Red. HEX triplet: DA, 6A and 8D. RGB value is (218,106,141). Sum of RGB (Red+Green+Blue) = 218+106+141=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6A8D is #259572. Grayscale: #8F8F8F. Windows color (decimal): -2463091 or 9267930. OLE color: 9267930.

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

Color convert

RGB 218 106 141 -
CMYK 0 0.51 0.35 0.15
HSL 341.25º 0.6% 0.64% -
HSV(B) 341.25º 0.51% 0.85% -
XYZ 38.88 27.14 28.39 -
YUV 143.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 218 106 141 0 0.51 0.35 0.15 341.25 0.6 0.64
Hex DA 6A 8D 0 33 23 F 155 3C 40
Octal 332 152 215 0 63 43 17 525 74 100
Binary 11011010 1101010 10001101 0 110011 100011 1111 101010101 111100 1000000

Color Harmonies of #DA6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A8D

Black with #DA6A8D

Text Example


Text Example

White with #DA6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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