Html Css Color HEX #DB126C Ruby

📋 copy color: '#DB126C'

red 219 ◦ green 18 ◦ blue 108

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

Shades of Ruby #DB126C

Tints of Ruby #DB126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 63.48%
G = 5.22%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB126C (or 0xDB126C) is known color: Ruby. HEX triplet: DB, 12 and 6C. RGB value is (219,18,108). Sum of RGB (Red+Green+Blue) = 219+18+108=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB126C is #24ED93. Grayscale: #585858. Windows color (decimal): -2420116 or 7082715. OLE color: 7082715.

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

Color convert

RGB 219 18 108 -
CMYK 0 0.92 0.51 0.14
HSL 333.13º 0.85% 0.46% -
HSV(B) 333.13º 0.92% 0.86% -
XYZ 32.14 16.58 15.69 -
YUV 88.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 219 18 108 0 0.92 0.51 0.14 333.13 0.85 0.46
Hex DB 12 6C 0 5C 33 E 14D 55 2E
Octal 333 22 154 0 134 63 16 515 125 56
Binary 11011011 10010 1101100 0 1011100 110011 1110 101001101 1010101 101110

Color Harmonies of #DB126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB126C

Black with #DB126C

Text Example


Text Example

White with #DB126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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