Html Css Color HEX #DB155F Ruby

📋 copy color: '#DB155F'

red 219 ◦ green 21 ◦ blue 95

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

Shades of Ruby #DB155F

Tints of Ruby #DB155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 65.37%
G = 6.27%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB155F (or 0xDB155F) is known color: Ruby. HEX triplet: DB, 15 and 5F. RGB value is (219,21,95). Sum of RGB (Red+Green+Blue) = 219+21+95=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB155F is #24EAA0. Grayscale: #585858. Windows color (decimal): -2419361 or 6231515. OLE color: 6231515.

HSL color Cylindrical-coordinate representation of color #DB155F: hue angle of 337.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB155F is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 95 -
CMYK 0 0.90 0.57 0.14
HSL 337.58º 0.83% 0.47% -
HSV(B) 337.58º 0.9% 0.86% -
XYZ 31.55 16.42 12.33 -
YUV 88.64 131.6 220.98 -
System Red Green Blue C M Y K H S L
Decimal 219 21 95 0 0.90 0.57 0.14 337.58 0.83 0.47
Hex DB 15 5F 0 5A 39 E 152 52 2F
Octal 333 25 137 0 132 71 16 522 122 57
Binary 11011011 10101 1011111 0 1011010 111001 1110 101010010 1010010 101111

Color Harmonies of #DB155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB155F

Black with #DB155F

Text Example


Text Example

White with #DB155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB155F; }

 p { color: rgb(219,21,95); }

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

background-color css

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

 a { background-color: rgb(219,21,95); }

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

border-color css

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

 span { border-color: rgb(219,21,95); }

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