Html Css Color HEX #DB7098 Pale Violet Red

📋 copy color: '#DB7098'

red 219 ◦ green 112 ◦ blue 152

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

Shades of Pale Violet Red #DB7098

Tints of Pale Violet Red #DB7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

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

R = 45.34%
G = 23.19%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB7098 (or 0xDB7098) is known color: Pale Violet Red. HEX triplet: DB, 70 and 98. RGB value is (219,112,152). Sum of RGB (Red+Green+Blue) = 219+112+152=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7098 is #248F67. Grayscale: #949494. Windows color (decimal): -2396008 or 9990363. OLE color: 9990363.

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

Color convert

RGB 219 112 152 -
CMYK 0 0.49 0.31 0.14
HSL 337.57º 0.6% 0.65% -
HSV(B) 337.57º 0.49% 0.86% -
XYZ 40.68 28.92 33.14 -
YUV 148.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 219 112 152 0 0.49 0.31 0.14 337.57 0.6 0.65
Hex DB 70 98 0 31 1F E 152 3C 41
Octal 333 160 230 0 61 37 16 522 74 101
Binary 11011011 1110000 10011000 0 110001 11111 1110 101010010 111100 1000001

Color Harmonies of #DB7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7098

Black with #DB7098

Text Example


Text Example

White with #DB7098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7098; }

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

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

background-color css

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

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

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

border-color css

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

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

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