Html Css Color HEX #DB6291 Pale Violet Red

📋 copy color: '#DB6291'

red 219 ◦ green 98 ◦ blue 145

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

Shades of Pale Violet Red #DB6291

Tints of Pale Violet Red #DB6291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 47.4%
G = 21.21%
B = 31.39%

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

#DB6291 (or 0xDB6291) is known color: Pale Violet Red. HEX triplet: DB, 62 and 91. RGB value is (219,98,145). Sum of RGB (Red+Green+Blue) = 219+98+145=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6291 is #249D6E. Grayscale: #8B8B8B. Windows color (decimal): -2399599 or 9528027. OLE color: 9528027.

HSL color Cylindrical-coordinate representation of color #DB6291: hue angle of 336.69º 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 #DB6291 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 145 -
CMYK 0 0.55 0.34 0.14
HSL 336.69º 0.63% 0.62% -
HSV(B) 336.69º 0.55% 0.86% -
XYZ 38.69 25.84 29.74 -
YUV 139.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 219 98 145 0 0.55 0.34 0.14 336.69 0.63 0.62
Hex DB 62 91 0 37 22 E 151 3F 3E
Octal 333 142 221 0 67 42 16 521 77 76
Binary 11011011 1100010 10010001 0 110111 100010 1110 101010001 111111 111110

Color Harmonies of #DB6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6291

Black with #DB6291

Text Example


Text Example

White with #DB6291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6291; }

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

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

background-color css

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

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

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

border-color css

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

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

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