Html Css Color HEX #DB125B Ruby

📋 copy color: '#DB125B'

red 219 ◦ green 18 ◦ blue 91

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

Shades of Ruby #DB125B

Tints of Ruby #DB125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 66.77%
G = 5.49%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB125B (or 0xDB125B) is known color: Ruby. HEX triplet: DB, 12 and 5B. RGB value is (219,18,91). Sum of RGB (Red+Green+Blue) = 219+18+91=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB125B is #24EDA4. Grayscale: #565656. Windows color (decimal): -2420133 or 5968603. OLE color: 5968603.

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

Color convert

RGB 219 18 91 -
CMYK 0 0.92 0.58 0.14
HSL 338.21º 0.85% 0.46% -
HSV(B) 338.21º 0.92% 0.86% -
XYZ 31.32 16.25 11.38 -
YUV 86.42 130.59 222.56 -
System Red Green Blue C M Y K H S L
Decimal 219 18 91 0 0.92 0.58 0.14 338.21 0.85 0.46
Hex DB 12 5B 0 5C 3A E 152 55 2E
Octal 333 22 133 0 134 72 16 522 125 56
Binary 11011011 10010 1011011 0 1011100 111010 1110 101010010 1010101 101110

Color Harmonies of #DB125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB125B

Black with #DB125B

Text Example


Text Example

White with #DB125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB125B; }

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

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

background-color css

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

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

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

border-color css

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

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

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