Html Css Color HEX #DB6095 Pale Violet Red

📋 copy color: '#DB6095'

red 219 ◦ green 96 ◦ blue 149

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

Shades of Pale Violet Red #DB6095

Tints of Pale Violet Red #DB6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.69%

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 47.2%
G = 20.69%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6095 (or 0xDB6095) is known color: Pale Violet Red. HEX triplet: DB, 60 and 95. RGB value is (219,96,149). Sum of RGB (Red+Green+Blue) = 219+96+149=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6095 is #249F6A. Grayscale: #8A8A8A. Windows color (decimal): -2400107 or 9789659. OLE color: 9789659.

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

Color convert

RGB 219 96 149 -
CMYK 0 0.56 0.32 0.14
HSL 334.15º 0.63% 0.62% -
HSV(B) 334.15º 0.56% 0.86% -
XYZ 38.82 25.6 31.33 -
YUV 138.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 219 96 149 0 0.56 0.32 0.14 334.15 0.63 0.62
Hex DB 60 95 0 38 20 E 14E 3F 3E
Octal 333 140 225 0 70 40 16 516 77 76
Binary 11011011 1100000 10010101 0 111000 100000 1110 101001110 111111 111110

Color Harmonies of #DB6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6095

Black with #DB6095

Text Example


Text Example

White with #DB6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6095; }

 p { color: rgb(219,96,149); }

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

background-color css

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

 a { background-color: rgb(219,96,149); }

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

border-color css

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

 span { border-color: rgb(219,96,149); }

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