Html Css Color HEX #DB0E6A Ruby

📋 copy color: '#DB0E6A'

red 219 ◦ green 14 ◦ blue 106

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

Shades of Ruby #DB0E6A

Tints of Ruby #DB0E6A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.13%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 64.6%
G = 4.13%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB0E6A (or 0xDB0E6A) is known color: Ruby. HEX triplet: DB, 0E and 6A. RGB value is (219,14,106). Sum of RGB (Red+Green+Blue) = 219+14+106=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E6A is #24F195. Grayscale: #555555. Windows color (decimal): -2421142 or 6950619. OLE color: 6950619.

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

Color convert

RGB 219 14 106 -
CMYK 0 0.94 0.52 0.14
HSL 333.07º 0.88% 0.46% -
HSV(B) 333.07º 0.94% 0.86% -
XYZ 31.97 16.41 15.12 -
YUV 85.78 139.42 223.02 -
System Red Green Blue C M Y K H S L
Decimal 219 14 106 0 0.94 0.52 0.14 333.07 0.88 0.46
Hex DB E 6A 0 5E 34 E 14D 58 2E
Octal 333 16 152 0 136 64 16 515 130 56
Binary 11011011 1110 1101010 0 1011110 110100 1110 101001101 1011000 101110

Color Harmonies of #DB0E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E6A

Black with #DB0E6A

Text Example


Text Example

White with #DB0E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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