Html Css Color HEX #DB126F Ruby

📋 copy color: '#DB126F'

red 219 ◦ green 18 ◦ blue 111

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

Shades of Ruby #DB126F

Tints of Ruby #DB126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.17%

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 62.93%
G = 5.17%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB126F (or 0xDB126F) is known color: Ruby. HEX triplet: DB, 12 and 6F. RGB value is (219,18,111). Sum of RGB (Red+Green+Blue) = 219+18+111=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB126F is #24ED90. Grayscale: #585858. Windows color (decimal): -2420113 or 7279323. OLE color: 7279323.

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

Color convert

RGB 219 18 111 -
CMYK 0 0.92 0.49 0.14
HSL 332.24º 0.85% 0.46% -
HSV(B) 332.24º 0.92% 0.86% -
XYZ 32.3 16.64 16.55 -
YUV 88.7 140.59 220.94 -
System Red Green Blue C M Y K H S L
Decimal 219 18 111 0 0.92 0.49 0.14 332.24 0.85 0.46
Hex DB 12 6F 0 5C 31 E 14C 55 2E
Octal 333 22 157 0 134 61 16 514 125 56
Binary 11011011 10010 1101111 0 1011100 110001 1110 101001100 1010101 101110

Color Harmonies of #DB126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB126F

Black with #DB126F

Text Example


Text Example

White with #DB126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB126F; }

 p { color: rgb(219,18,111); }

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

background-color css

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

 a { background-color: rgb(219,18,111); }

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

border-color css

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

 span { border-color: rgb(219,18,111); }

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