Html Css Color HEX #DA7498 Pale Violet Red

📋 copy color: '#DA7498'

red 218 ◦ green 116 ◦ blue 152

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

Shades of Pale Violet Red #DA7498

Tints of Pale Violet Red #DA7498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.87%

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

R = 44.86%
G = 23.87%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA7498 (or 0xDA7498) is known color: Pale Violet Red. HEX triplet: DA, 74 and 98. RGB value is (218,116,152). Sum of RGB (Red+Green+Blue) = 218+116+152=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7498 is #258B67. Grayscale: #969696. Windows color (decimal): -2460520 or 9991386. OLE color: 9991386.

HSL color Cylindrical-coordinate representation of color #DA7498: hue angle of 338.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA7498 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 152 -
CMYK 0 0.47 0.30 0.15
HSL 338.82º 0.58% 0.65% -
HSV(B) 338.82º 0.47% 0.85% -
XYZ 40.83 29.66 33.28 -
YUV 150.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 218 116 152 0 0.47 0.30 0.15 338.82 0.58 0.65
Hex DA 74 98 0 2F 1E F 153 3A 41
Octal 332 164 230 0 57 36 17 523 72 101
Binary 11011010 1110100 10011000 0 101111 11110 1111 101010011 111010 1000001

Color Harmonies of #DA7498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7498

Black with #DA7498

Text Example


Text Example

White with #DA7498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7498; }

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

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

background-color css

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

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

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

border-color css

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

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

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