Html Css Color HEX #DA78A4 Pale Violet Red

📋 copy color: '#DA78A4'

red 218 ◦ green 120 ◦ blue 164

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

Shades of Pale Violet Red #DA78A4

Tints of Pale Violet Red #DA78A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.67%

R = 43.43%
G = 23.9%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA78A4 (or 0xDA78A4) is known color: Pale Violet Red. HEX triplet: DA, 78 and A4. RGB value is (218,120,164). Sum of RGB (Red+Green+Blue) = 218+120+164=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA78A4 is #25875B. Grayscale: #9A9A9A. Windows color (decimal): -2459484 or 10778842. OLE color: 10778842.

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

Color convert

RGB 218 120 164 -
CMYK 0 0.45 0.25 0.15
HSL 333.06º 0.57% 0.66% -
HSV(B) 333.06º 0.45% 0.85% -
XYZ 42.33 31.02 38.88 -
YUV 154.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 218 120 164 0 0.45 0.25 0.15 333.06 0.57 0.66
Hex DA 78 A4 0 2D 19 F 14D 39 42
Octal 332 170 244 0 55 31 17 515 71 102
Binary 11011010 1111000 10100100 0 101101 11001 1111 101001101 111001 1000010

Color Harmonies of #DA78A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78A4

Black with #DA78A4

Text Example


Text Example

White with #DA78A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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