Html Css Color HEX #DB6293 Pale Violet Red

📋 copy color: '#DB6293'

red 219 ◦ green 98 ◦ blue 147

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

Shades of Pale Violet Red #DB6293

Tints of Pale Violet Red #DB6293

RGB

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

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

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

R = 47.2%
G = 21.12%
B = 31.68%

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

#DB6293 (or 0xDB6293) is known color: Pale Violet Red. HEX triplet: DB, 62 and 93. RGB value is (219,98,147). Sum of RGB (Red+Green+Blue) = 219+98+147=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6293 is #249D6C. Grayscale: #8B8B8B. Windows color (decimal): -2399597 or 9659099. OLE color: 9659099.

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

Color convert

RGB 219 98 147 -
CMYK 0 0.55 0.33 0.14
HSL 335.7º 0.63% 0.62% -
HSV(B) 335.7º 0.55% 0.86% -
XYZ 38.85 25.9 30.56 -
YUV 139.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 219 98 147 0 0.55 0.33 0.14 335.7 0.63 0.62
Hex DB 62 93 0 37 21 E 150 3F 3E
Octal 333 142 223 0 67 41 16 520 77 76
Binary 11011011 1100010 10010011 0 110111 100001 1110 101010000 111111 111110

Color Harmonies of #DB6293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6293

Black with #DB6293

Text Example


Text Example

White with #DB6293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6293; }

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

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

background-color css

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

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

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

border-color css

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

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

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