Html Css Color HEX #DA7398 Pale Violet Red

📋 copy color: '#DA7398'

red 218 ◦ green 115 ◦ blue 152

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

Shades of Pale Violet Red #DA7398

Tints of Pale Violet Red #DA7398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

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

R = 44.95%
G = 23.71%
B = 31.34%

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

#DA7398 (or 0xDA7398) is known color: Pale Violet Red. HEX triplet: DA, 73 and 98. RGB value is (218,115,152). Sum of RGB (Red+Green+Blue) = 218+115+152=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7398 is #258C67. Grayscale: #959595. Windows color (decimal): -2460776 or 9991130. OLE color: 9991130.

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

Color convert

RGB 218 115 152 -
CMYK 0 0.47 0.30 0.15
HSL 338.45º 0.58% 0.65% -
HSV(B) 338.45º 0.47% 0.85% -
XYZ 40.71 29.43 33.24 -
YUV 150.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 218 115 152 0 0.47 0.30 0.15 338.45 0.58 0.65
Hex DA 73 98 0 2F 1E F 152 3A 41
Octal 332 163 230 0 57 36 17 522 72 101
Binary 11011010 1110011 10011000 0 101111 11110 1111 101010010 111010 1000001

Color Harmonies of #DA7398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7398

Black with #DA7398

Text Example


Text Example

White with #DA7398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7398; }

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

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

background-color css

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

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

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

border-color css

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

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

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