Html Css Color HEX #DB6196 Pale Violet Red

📋 copy color: '#DB6196'

red 219 ◦ green 97 ◦ blue 150

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

Shades of Pale Violet Red #DB6196

Tints of Pale Violet Red #DB6196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 47%
G = 20.82%
B = 32.19%

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

#DB6196 (or 0xDB6196) is known color: Pale Violet Red. HEX triplet: DB, 61 and 96. RGB value is (219,97,150). Sum of RGB (Red+Green+Blue) = 219+97+150=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6196 is #249E69. Grayscale: #8B8B8B. Windows color (decimal): -2399850 or 9855451. OLE color: 9855451.

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

Color convert

RGB 219 97 150 -
CMYK 0 0.56 0.32 0.14
HSL 333.93º 0.63% 0.62% -
HSV(B) 333.93º 0.56% 0.86% -
XYZ 38.99 25.81 31.78 -
YUV 139.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 219 97 150 0 0.56 0.32 0.14 333.93 0.63 0.62
Hex DB 61 96 0 38 20 E 14E 3F 3E
Octal 333 141 226 0 70 40 16 516 77 76
Binary 11011011 1100001 10010110 0 111000 100000 1110 101001110 111111 111110

Color Harmonies of #DB6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6196

Black with #DB6196

Text Example


Text Example

White with #DB6196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6196; }

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

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

background-color css

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

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

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

border-color css

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

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

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