Html Css Color HEX #DB6393 Pale Violet Red

📋 copy color: '#DB6393'

red 219 ◦ green 99 ◦ blue 147

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

Shades of Pale Violet Red #DB6393

Tints of Pale Violet Red #DB6393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.29%

 BLUE value IS 147 (57.81% from 255) = 31.61%

R = 47.1%
G = 21.29%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6393 (or 0xDB6393) is known color: Pale Violet Red. HEX triplet: DB, 63 and 93. RGB value is (219,99,147). Sum of RGB (Red+Green+Blue) = 219+99+147=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6393 is #249C6C. Grayscale: #8C8C8C. Windows color (decimal): -2399341 or 9659355. OLE color: 9659355.

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

Color convert

RGB 219 99 147 -
CMYK 0 0.55 0.33 0.14
HSL 336º 0.63% 0.62% -
HSV(B) 336º 0.55% 0.86% -
XYZ 38.94 26.09 30.59 -
YUV 140.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 219 99 147 0 0.55 0.33 0.14 336 0.63 0.62
Hex DB 63 93 0 37 21 E 150 3E 3E
Octal 333 143 223 0 67 41 16 520 76 76
Binary 11011011 1100011 10010011 0 110111 100001 1110 101010000 111110 111110

Color Harmonies of #DB6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6393

Black with #DB6393

Text Example


Text Example

White with #DB6393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6393; }

 p { color: rgb(219,99,147); }

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

background-color css

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

 a { background-color: rgb(219,99,147); }

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

border-color css

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

 span { border-color: rgb(219,99,147); }

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