Html Css Color HEX #DA78A1 Pale Violet Red

📋 copy color: '#DA78A1'

red 218 ◦ green 120 ◦ blue 161

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

Shades of Pale Violet Red #DA78A1

Tints of Pale Violet Red #DA78A1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.05%

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 43.69%
G = 24.05%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA78A1 (or 0xDA78A1) is known color: Pale Violet Red. HEX triplet: DA, 78 and A1. RGB value is (218,120,161). Sum of RGB (Red+Green+Blue) = 218+120+161=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA78A1 is #25875E. Grayscale: #999999. Windows color (decimal): -2459487 or 10582234. OLE color: 10582234.

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

Color convert

RGB 218 120 161 -
CMYK 0 0.45 0.26 0.15
HSL 334.9º 0.57% 0.66% -
HSV(B) 334.9º 0.45% 0.85% -
XYZ 42.06 30.91 37.47 -
YUV 153.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 218 120 161 0 0.45 0.26 0.15 334.9 0.57 0.66
Hex DA 78 A1 0 2D 1A F 14F 39 42
Octal 332 170 241 0 55 32 17 517 71 102
Binary 11011010 1111000 10100001 0 101101 11010 1111 101001111 111001 1000010

Color Harmonies of #DA78A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78A1

Black with #DA78A1

Text Example


Text Example

White with #DA78A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78A1; }

 p { color: rgb(218,120,161); }

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

background-color css

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

 a { background-color: rgb(218,120,161); }

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

border-color css

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

 span { border-color: rgb(218,120,161); }

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