Html Css Color HEX #DB6598 Pale Violet Red

📋 copy color: '#DB6598'

red 219 ◦ green 101 ◦ blue 152

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

Shades of Pale Violet Red #DB6598

Tints of Pale Violet Red #DB6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.4%

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

R = 46.4%
G = 21.4%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB6598 (or 0xDB6598) is known color: Pale Violet Red. HEX triplet: DB, 65 and 98. RGB value is (219,101,152). Sum of RGB (Red+Green+Blue) = 219+101+152=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6598 is #249A67. Grayscale: #8E8E8E. Windows color (decimal): -2398824 or 9987547. OLE color: 9987547.

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

Color convert

RGB 219 101 152 -
CMYK 0 0.54 0.31 0.14
HSL 334.07º 0.62% 0.63% -
HSV(B) 334.07º 0.54% 0.86% -
XYZ 39.53 26.63 32.76 -
YUV 142.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 219 101 152 0 0.54 0.31 0.14 334.07 0.62 0.63
Hex DB 65 98 0 36 1F E 14E 3E 3F
Octal 333 145 230 0 66 37 16 516 76 77
Binary 11011011 1100101 10011000 0 110110 11111 1110 101001110 111110 111111

Color Harmonies of #DB6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6598

Black with #DB6598

Text Example


Text Example

White with #DB6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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