Html Css Color HEX #DB6A93 Pale Violet Red

📋 copy color: '#DB6A93'

red 219 ◦ green 106 ◦ blue 147

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

Shades of Pale Violet Red #DB6A93

Tints of Pale Violet Red #DB6A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

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

R = 46.4%
G = 22.46%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6A93 (or 0xDB6A93) is known color: Pale Violet Red. HEX triplet: DB, 6A and 93. RGB value is (219,106,147). Sum of RGB (Red+Green+Blue) = 219+106+147=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A93 is #24956C. Grayscale: #909090. Windows color (decimal): -2397549 or 9661147. OLE color: 9661147.

HSL color Cylindrical-coordinate representation of color #DB6A93: hue angle of 338.23º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A93 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 106 147 -
CMYK 0 0.52 0.33 0.14
HSL 338.23º 0.61% 0.64% -
HSV(B) 338.23º 0.52% 0.86% -
XYZ 39.63 27.47 30.82 -
YUV 144.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 219 106 147 0 0.52 0.33 0.14 338.23 0.61 0.64
Hex DB 6A 93 0 34 21 E 152 3D 40
Octal 333 152 223 0 64 41 16 522 75 100
Binary 11011011 1101010 10010011 0 110100 100001 1110 101010010 111101 1000000

Color Harmonies of #DB6A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A93

Black with #DB6A93

Text Example


Text Example

White with #DB6A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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