Html Css Color HEX #DA78A8 Pale Violet Red

📋 copy color: '#DA78A8'

red 218 ◦ green 120 ◦ blue 168

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

Shades of Pale Violet Red #DA78A8

Tints of Pale Violet Red #DA78A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 43.08%
G = 23.72%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA78A8 (or 0xDA78A8) is known color: Pale Violet Red. HEX triplet: DA, 78 and A8. RGB value is (218,120,168). Sum of RGB (Red+Green+Blue) = 218+120+168=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA78A8 is #258757. Grayscale: #9A9A9A. Windows color (decimal): -2459480 or 11040986. OLE color: 11040986.

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

Color convert

RGB 218 120 168 -
CMYK 0 0.45 0.23 0.15
HSL 330.61º 0.57% 0.66% -
HSV(B) 330.61º 0.45% 0.85% -
XYZ 42.7 31.17 40.81 -
YUV 154.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 218 120 168 0 0.45 0.23 0.15 330.61 0.57 0.66
Hex DA 78 A8 0 2D 17 F 14B 39 42
Octal 332 170 250 0 55 27 17 513 71 102
Binary 11011010 1111000 10101000 0 101101 10111 1111 101001011 111001 1000010

Color Harmonies of #DA78A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78A8

Black with #DA78A8

Text Example


Text Example

White with #DA78A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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