Html Css Color HEX #DB135B Ruby

📋 copy color: '#DB135B'

red 219 ◦ green 19 ◦ blue 91

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

Shades of Ruby #DB135B

Tints of Ruby #DB135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

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

R = 66.57%
G = 5.78%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB135B (or 0xDB135B) is known color: Ruby. HEX triplet: DB, 13 and 5B. RGB value is (219,19,91). Sum of RGB (Red+Green+Blue) = 219+19+91=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB135B is #24ECA4. Grayscale: #565656. Windows color (decimal): -2419877 or 5968859. OLE color: 5968859.

HSL color Cylindrical-coordinate representation of color #DB135B: hue angle of 338.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB135B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 91 -
CMYK 0 0.91 0.58 0.14
HSL 338.4º 0.84% 0.47% -
HSV(B) 338.4º 0.91% 0.86% -
XYZ 31.33 16.28 11.39 -
YUV 87.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 219 19 91 0 0.91 0.58 0.14 338.4 0.84 0.47
Hex DB 13 5B 0 5B 3A E 152 54 2F
Octal 333 23 133 0 133 72 16 522 124 57
Binary 11011011 10011 1011011 0 1011011 111010 1110 101010010 1010100 101111

Color Harmonies of #DB135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB135B

Black with #DB135B

Text Example


Text Example

White with #DB135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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