Html Css Color HEX #DA7598 Pale Violet Red

📋 copy color: '#DA7598'

red 218 ◦ green 117 ◦ blue 152

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

Shades of Pale Violet Red #DA7598

Tints of Pale Violet Red #DA7598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.02%

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

R = 44.76%
G = 24.02%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA7598 (or 0xDA7598) is known color: Pale Violet Red. HEX triplet: DA, 75 and 98. RGB value is (218,117,152). Sum of RGB (Red+Green+Blue) = 218+117+152=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7598 is #258A67. Grayscale: #979797. Windows color (decimal): -2460264 or 9991642. OLE color: 9991642.

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

Color convert

RGB 218 117 152 -
CMYK 0 0.46 0.30 0.15
HSL 339.21º 0.58% 0.66% -
HSV(B) 339.21º 0.46% 0.85% -
XYZ 40.94 29.9 33.32 -
YUV 151.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 218 117 152 0 0.46 0.30 0.15 339.21 0.58 0.66
Hex DA 75 98 0 2E 1E F 153 3A 42
Octal 332 165 230 0 56 36 17 523 72 102
Binary 11011010 1110101 10011000 0 101110 11110 1111 101010011 111010 1000010

Color Harmonies of #DA7598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7598

Black with #DA7598

Text Example


Text Example

White with #DA7598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7598; }

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

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

background-color css

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

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

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

border-color css

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

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

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