Html Css Color HEX #DA76A6 Pale Violet Red

📋 copy color: '#DA76A6'

red 218 ◦ green 118 ◦ blue 166

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

Shades of Pale Violet Red #DA76A6

Tints of Pale Violet Red #DA76A6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.51%

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

R = 43.43%
G = 23.51%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA76A6 (or 0xDA76A6) is known color: Pale Violet Red. HEX triplet: DA, 76 and A6. RGB value is (218,118,166). Sum of RGB (Red+Green+Blue) = 218+118+166=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA76A6 is #258959. Grayscale: #999999. Windows color (decimal): -2459994 or 10909402. OLE color: 10909402.

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

Color convert

RGB 218 118 166 -
CMYK 0 0.46 0.24 0.15
HSL 331.2º 0.57% 0.66% -
HSV(B) 331.2º 0.46% 0.85% -
XYZ 42.27 30.62 39.76 -
YUV 153.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 218 118 166 0 0.46 0.24 0.15 331.2 0.57 0.66
Hex DA 76 A6 0 2E 18 F 14B 39 42
Octal 332 166 246 0 56 30 17 513 71 102
Binary 11011010 1110110 10100110 0 101110 11000 1111 101001011 111001 1000010

Color Harmonies of #DA76A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76A6

Black with #DA76A6

Text Example


Text Example

White with #DA76A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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