Html Css Color HEX #DB1553 Ruby

📋 copy color: '#DB1553'

red 219 ◦ green 21 ◦ blue 83

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

Shades of Ruby #DB1553

Tints of Ruby #DB1553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 67.8%
G = 6.5%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB1553 (or 0xDB1553) is known color: Ruby. HEX triplet: DB, 15 and 53. RGB value is (219,21,83). Sum of RGB (Red+Green+Blue) = 219+21+83=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1553 is #24EAAC. Grayscale: #575757. Windows color (decimal): -2419373 or 5445083. OLE color: 5445083.

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

Color convert

RGB 219 21 83 -
CMYK 0 0.90 0.62 0.14
HSL 341.21º 0.83% 0.47% -
HSV(B) 341.21º 0.9% 0.86% -
XYZ 31.04 16.22 9.68 -
YUV 87.27 125.6 221.96 -
System Red Green Blue C M Y K H S L
Decimal 219 21 83 0 0.90 0.62 0.14 341.21 0.83 0.47
Hex DB 15 53 0 5A 3E E 155 52 2F
Octal 333 25 123 0 132 76 16 525 122 57
Binary 11011011 10101 1010011 0 1011010 111110 1110 101010101 1010010 101111

Color Harmonies of #DB1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1553

Black with #DB1553

Text Example


Text Example

White with #DB1553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1553; }

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

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

background-color css

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

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

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

border-color css

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

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

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