Html Css Color HEX #DB6891 Pale Violet Red

📋 copy color: '#DB6891'

red 219 ◦ green 104 ◦ blue 145

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

Shades of Pale Violet Red #DB6891

Tints of Pale Violet Red #DB6891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

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

R = 46.79%
G = 22.22%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB6891 (or 0xDB6891) is known color: Pale Violet Red. HEX triplet: DB, 68 and 91. RGB value is (219,104,145). Sum of RGB (Red+Green+Blue) = 219+104+145=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6891 is #24976E. Grayscale: #8F8F8F. Windows color (decimal): -2398063 or 9529563. OLE color: 9529563.

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

Color convert

RGB 219 104 145 -
CMYK 0 0.53 0.34 0.14
HSL 338.61º 0.61% 0.63% -
HSV(B) 338.61º 0.53% 0.86% -
XYZ 39.27 27.01 29.93 -
YUV 143.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 219 104 145 0 0.53 0.34 0.14 338.61 0.61 0.63
Hex DB 68 91 0 35 22 E 153 3D 3F
Octal 333 150 221 0 65 42 16 523 75 77
Binary 11011011 1101000 10010001 0 110101 100010 1110 101010011 111101 111111

Color Harmonies of #DB6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6891

Black with #DB6891

Text Example


Text Example

White with #DB6891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6891; }

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

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

background-color css

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

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

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

border-color css

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

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

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