Html Css Color HEX #DB6290 Pale Violet Red

📋 copy color: '#DB6290'

red 219 ◦ green 98 ◦ blue 144

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

Shades of Pale Violet Red #DB6290

Tints of Pale Violet Red #DB6290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.26%

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

R = 47.51%
G = 21.26%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB6290 (or 0xDB6290) is known color: Pale Violet Red. HEX triplet: DB, 62 and 90. RGB value is (219,98,144). Sum of RGB (Red+Green+Blue) = 219+98+144=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6290 is #249D6F. Grayscale: #8B8B8B. Windows color (decimal): -2399600 or 9462491. OLE color: 9462491.

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

Color convert

RGB 219 98 144 -
CMYK 0 0.55 0.34 0.14
HSL 337.19º 0.63% 0.62% -
HSV(B) 337.19º 0.55% 0.86% -
XYZ 38.62 25.81 29.33 -
YUV 139.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 219 98 144 0 0.55 0.34 0.14 337.19 0.63 0.62
Hex DB 62 90 0 37 22 E 151 3F 3E
Octal 333 142 220 0 67 42 16 521 77 76
Binary 11011011 1100010 10010000 0 110111 100010 1110 101010001 111111 111110

Color Harmonies of #DB6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6290

Black with #DB6290

Text Example


Text Example

White with #DB6290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6290; }

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

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

background-color css

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

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

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

border-color css

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

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

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