Html Css Color HEX #DB6294 Pale Violet Red

📋 copy color: '#DB6294'

red 219 ◦ green 98 ◦ blue 148

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

Shades of Pale Violet Red #DB6294

Tints of Pale Violet Red #DB6294

RGB

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

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

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

R = 47.1%
G = 21.08%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6294 (or 0xDB6294) is known color: Pale Violet Red. HEX triplet: DB, 62 and 94. RGB value is (219,98,148). Sum of RGB (Red+Green+Blue) = 219+98+148=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6294 is #249D6B. Grayscale: #8B8B8B. Windows color (decimal): -2399596 or 9724635. OLE color: 9724635.

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

Color convert

RGB 219 98 148 -
CMYK 0 0.55 0.32 0.14
HSL 335.21º 0.63% 0.62% -
HSV(B) 335.21º 0.55% 0.86% -
XYZ 38.93 25.93 30.97 -
YUV 139.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 219 98 148 0 0.55 0.32 0.14 335.21 0.63 0.62
Hex DB 62 94 0 37 20 E 14F 3F 3E
Octal 333 142 224 0 67 40 16 517 77 76
Binary 11011011 1100010 10010100 0 110111 100000 1110 101001111 111111 111110

Color Harmonies of #DB6294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6294

Black with #DB6294

Text Example


Text Example

White with #DB6294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6294; }

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

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

background-color css

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

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

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

border-color css

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

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

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