Html Css Color HEX #DB6194 Pale Violet Red

📋 copy color: '#DB6194'

red 219 ◦ green 97 ◦ blue 148

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

Shades of Pale Violet Red #DB6194

Tints of Pale Violet Red #DB6194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 47.2%
G = 20.91%
B = 31.9%

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

#DB6194 (or 0xDB6194) is known color: Pale Violet Red. HEX triplet: DB, 61 and 94. RGB value is (219,97,148). Sum of RGB (Red+Green+Blue) = 219+97+148=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6194 is #249E6B. Grayscale: #8B8B8B. Windows color (decimal): -2399852 or 9724379. OLE color: 9724379.

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

Color convert

RGB 219 97 148 -
CMYK 0 0.56 0.32 0.14
HSL 334.92º 0.63% 0.62% -
HSV(B) 334.92º 0.56% 0.86% -
XYZ 38.83 25.75 30.94 -
YUV 139.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 219 97 148 0 0.56 0.32 0.14 334.92 0.63 0.62
Hex DB 61 94 0 38 20 E 14F 3F 3E
Octal 333 141 224 0 70 40 16 517 77 76
Binary 11011011 1100001 10010100 0 111000 100000 1110 101001111 111111 111110

Color Harmonies of #DB6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6194

Black with #DB6194

Text Example


Text Example

White with #DB6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6194; }

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

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

background-color css

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

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

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

border-color css

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

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

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