Html Css Color HEX #DB6190 Pale Violet Red

📋 copy color: '#DB6190'

red 219 ◦ green 97 ◦ blue 144

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

Shades of Pale Violet Red #DB6190

Tints of Pale Violet Red #DB6190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 47.61%
G = 21.09%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB6190 (or 0xDB6190) is known color: Pale Violet Red. HEX triplet: DB, 61 and 90. RGB value is (219,97,144). Sum of RGB (Red+Green+Blue) = 219+97+144=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6190 is #249E6F. Grayscale: #8A8A8A. Windows color (decimal): -2399856 or 9462235. OLE color: 9462235.

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

Color convert

RGB 219 97 144 -
CMYK 0 0.56 0.34 0.14
HSL 336.89º 0.63% 0.62% -
HSV(B) 336.89º 0.56% 0.86% -
XYZ 38.52 25.62 29.3 -
YUV 138.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 219 97 144 0 0.56 0.34 0.14 336.89 0.63 0.62
Hex DB 61 90 0 38 22 E 151 3F 3E
Octal 333 141 220 0 70 42 16 521 77 76
Binary 11011011 1100001 10010000 0 111000 100010 1110 101010001 111111 111110

Color Harmonies of #DB6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6190

Black with #DB6190

Text Example


Text Example

White with #DB6190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6190; }

 p { color: rgb(219,97,144); }

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

background-color css

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

 a { background-color: rgb(219,97,144); }

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

border-color css

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

 span { border-color: rgb(219,97,144); }

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