Html Css Color HEX #DA7798 Pale Violet Red

📋 copy color: '#DA7798'

red 218 ◦ green 119 ◦ blue 152

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

Shades of Pale Violet Red #DA7798

Tints of Pale Violet Red #DA7798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.34%

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 44.58%
G = 24.34%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA7798 (or 0xDA7798) is known color: Pale Violet Red. HEX triplet: DA, 77 and 98. RGB value is (218,119,152). Sum of RGB (Red+Green+Blue) = 218+119+152=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7798 is #258867. Grayscale: #989898. Windows color (decimal): -2459752 or 9992154. OLE color: 9992154.

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

Color convert

RGB 218 119 152 -
CMYK 0 0.45 0.30 0.15
HSL 340º 0.57% 0.66% -
HSV(B) 340º 0.45% 0.85% -
XYZ 41.18 30.37 33.4 -
YUV 152.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 218 119 152 0 0.45 0.30 0.15 340 0.57 0.66
Hex DA 77 98 0 2D 1E F 154 39 42
Octal 332 167 230 0 55 36 17 524 71 102
Binary 11011010 1110111 10011000 0 101101 11110 1111 101010100 111001 1000010

Color Harmonies of #DA7798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7798

Black with #DA7798

Text Example


Text Example

White with #DA7798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7798; }

 p { color: rgb(218,119,152); }

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

background-color css

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

 a { background-color: rgb(218,119,152); }

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

border-color css

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

 span { border-color: rgb(218,119,152); }

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