Html Css Color HEX #DA7CA6 Pale Violet Red

📋 copy color: '#DA7CA6'

red 218 ◦ green 124 ◦ blue 166

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

Shades of Pale Violet Red #DA7CA6

Tints of Pale Violet Red #DA7CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.41%

 BLUE value IS 166 (65.23% from 255) = 32.68%

R = 42.91%
G = 24.41%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA7CA6 (or 0xDA7CA6) is known color: Pale Violet Red. HEX triplet: DA, 7C and A6. RGB value is (218,124,166). Sum of RGB (Red+Green+Blue) = 218+124+166=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7CA6 is #258359. Grayscale: #9C9C9C. Windows color (decimal): -2458458 or 10910938. OLE color: 10910938.

HSL color Cylindrical-coordinate representation of color #DA7CA6: hue angle of 333.19º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CA6 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 166 -
CMYK 0 0.43 0.24 0.15
HSL 333.19º 0.56% 0.67% -
HSV(B) 333.19º 0.43% 0.85% -
XYZ 43 32.07 40 -
YUV 156.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 218 124 166 0 0.43 0.24 0.15 333.19 0.56 0.67
Hex DA 7C A6 0 2B 18 F 14D 38 43
Octal 332 174 246 0 53 30 17 515 70 103
Binary 11011010 1111100 10100110 0 101011 11000 1111 101001101 111000 1000011

Color Harmonies of #DA7CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CA6

Black with #DA7CA6

Text Example


Text Example

White with #DA7CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CA6; }

 p { color: rgb(218,124,166); }

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

background-color css

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

 a { background-color: rgb(218,124,166); }

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

border-color css

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

 span { border-color: rgb(218,124,166); }

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