Html Css Color HEX #DB1353 Ruby

📋 copy color: '#DB1353'

red 219 ◦ green 19 ◦ blue 83

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

Shades of Ruby #DB1353

Tints of Ruby #DB1353

RGB

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

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

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

R = 68.22%
G = 5.92%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB1353 (or 0xDB1353) is known color: Ruby. HEX triplet: DB, 13 and 53. RGB value is (219,19,83). Sum of RGB (Red+Green+Blue) = 219+19+83=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1353 is #24ECAC. Grayscale: #565656. Windows color (decimal): -2419885 or 5444571. OLE color: 5444571.

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

Color convert

RGB 219 19 83 -
CMYK 0 0.91 0.62 0.14
HSL 340.8º 0.84% 0.47% -
HSV(B) 340.8º 0.91% 0.86% -
XYZ 31.01 16.15 9.67 -
YUV 86.1 126.26 222.8 -
System Red Green Blue C M Y K H S L
Decimal 219 19 83 0 0.91 0.62 0.14 340.8 0.84 0.47
Hex DB 13 53 0 5B 3E E 155 54 2F
Octal 333 23 123 0 133 76 16 525 124 57
Binary 11011011 10011 1010011 0 1011011 111110 1110 101010101 1010100 101111

Color Harmonies of #DB1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1353

Black with #DB1353

Text Example


Text Example

White with #DB1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1353; }

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

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

background-color css

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

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

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

border-color css

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

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

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