Html Css Color HEX #DB1954 Ruby

📋 copy color: '#DB1954'

red 219 ◦ green 25 ◦ blue 84

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

Shades of Ruby #DB1954

Tints of Ruby #DB1954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.62%

 BLUE value IS 84 (33.2% from 255) = 25.61%

R = 66.77%
G = 7.62%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB1954 (or 0xDB1954) is known color: Ruby. HEX triplet: DB, 19 and 54. RGB value is (219,25,84). Sum of RGB (Red+Green+Blue) = 219+25+84=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1954 is #24E6AB. Grayscale: #595959. Windows color (decimal): -2418348 or 5511643. OLE color: 5511643.

HSL color Cylindrical-coordinate representation of color #DB1954: hue angle of 341.75º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1954 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 25 84 -
CMYK 0 0.89 0.62 0.14
HSL 341.75º 0.8% 0.48% -
HSV(B) 341.75º 0.89% 0.86% -
XYZ 31.16 16.4 9.91 -
YUV 89.73 124.77 220.2 -
System Red Green Blue C M Y K H S L
Decimal 219 25 84 0 0.89 0.62 0.14 341.75 0.8 0.48
Hex DB 19 54 0 59 3E E 156 50 30
Octal 333 31 124 0 131 76 16 526 120 60
Binary 11011011 11001 1010100 0 1011001 111110 1110 101010110 1010000 110000

Color Harmonies of #DB1954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1954

Black with #DB1954

Text Example


Text Example

White with #DB1954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1954; }

 p { color: rgb(219,25,84); }

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

background-color css

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

 a { background-color: rgb(219,25,84); }

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

border-color css

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

 span { border-color: rgb(219,25,84); }

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