Html Css Color HEX #DB0E6E Ruby

📋 copy color: '#DB0E6E'

red 219 ◦ green 14 ◦ blue 110

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

Shades of Ruby #DB0E6E

Tints of Ruby #DB0E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 63.85%
G = 4.08%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB0E6E (or 0xDB0E6E) is known color: Ruby. HEX triplet: DB, 0E and 6E. RGB value is (219,14,110). Sum of RGB (Red+Green+Blue) = 219+14+110=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E6E is #24F191. Grayscale: #565656. Windows color (decimal): -2421138 or 7212763. OLE color: 7212763.

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

Color convert

RGB 219 14 110 -
CMYK 0 0.94 0.50 0.14
HSL 331.9º 0.88% 0.46% -
HSV(B) 331.9º 0.94% 0.86% -
XYZ 32.18 16.5 16.24 -
YUV 86.24 141.42 222.69 -
System Red Green Blue C M Y K H S L
Decimal 219 14 110 0 0.94 0.50 0.14 331.9 0.88 0.46
Hex DB E 6E 0 5E 32 E 14C 58 2E
Octal 333 16 156 0 136 62 16 514 130 56
Binary 11011011 1110 1101110 0 1011110 110010 1110 101001100 1011000 101110

Color Harmonies of #DB0E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E6E

Black with #DB0E6E

Text Example


Text Example

White with #DB0E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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