Html Css Color HEX #DA76A3 Pale Violet Red

📋 copy color: '#DA76A3'

red 218 ◦ green 118 ◦ blue 163

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

Shades of Pale Violet Red #DA76A3

Tints of Pale Violet Red #DA76A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.67%

R = 43.69%
G = 23.65%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA76A3 (or 0xDA76A3) is known color: Pale Violet Red. HEX triplet: DA, 76 and A3. RGB value is (218,118,163). Sum of RGB (Red+Green+Blue) = 218+118+163=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA76A3 is #25895C. Grayscale: #989898. Windows color (decimal): -2459997 or 10712794. OLE color: 10712794.

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

Color convert

RGB 218 118 163 -
CMYK 0 0.46 0.25 0.15
HSL 333º 0.57% 0.66% -
HSV(B) 333º 0.46% 0.85% -
XYZ 42 30.51 38.32 -
YUV 153.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 218 118 163 0 0.46 0.25 0.15 333 0.57 0.66
Hex DA 76 A3 0 2E 19 F 14D 39 42
Octal 332 166 243 0 56 31 17 515 71 102
Binary 11011010 1110110 10100011 0 101110 11001 1111 101001101 111001 1000010

Color Harmonies of #DA76A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76A3

Black with #DA76A3

Text Example


Text Example

White with #DA76A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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