Html Css Color HEX #DB7598 Pale Violet Red

📋 copy color: '#DB7598'

red 219 ◦ green 117 ◦ blue 152

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

Shades of Pale Violet Red #DB7598

Tints of Pale Violet Red #DB7598

RGB

 RED value IS 219 (85.94% from 255) = 44.88%

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

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

R = 44.88%
G = 23.98%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB7598 (or 0xDB7598) is known color: Pale Violet Red. HEX triplet: DB, 75 and 98. RGB value is (219,117,152). Sum of RGB (Red+Green+Blue) = 219+117+152=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7598 is #248A67. Grayscale: #979797. Windows color (decimal): -2394728 or 9991643. OLE color: 9991643.

HSL color Cylindrical-coordinate representation of color #DB7598: hue angle of 339.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7598 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 152 -
CMYK 0 0.47 0.31 0.14
HSL 339.41º 0.59% 0.66% -
HSV(B) 339.41º 0.47% 0.86% -
XYZ 41.24 30.05 33.33 -
YUV 151.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 219 117 152 0 0.47 0.31 0.14 339.41 0.59 0.66
Hex DB 75 98 0 2F 1F E 153 3B 42
Octal 333 165 230 0 57 37 16 523 73 102
Binary 11011011 1110101 10011000 0 101111 11111 1110 101010011 111011 1000010

Color Harmonies of #DB7598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7598

Black with #DB7598

Text Example


Text Example

White with #DB7598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7598; }

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

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

background-color css

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

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

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

border-color css

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

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

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