Html Css Color HEX #DB1453 Ruby

📋 copy color: '#DB1453'

red 219 ◦ green 20 ◦ blue 83

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

Shades of Ruby #DB1453

Tints of Ruby #DB1453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 68.01%
G = 6.21%
B = 25.78%

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

#DB1453 (or 0xDB1453) is known color: Ruby. HEX triplet: DB, 14 and 53. RGB value is (219,20,83). Sum of RGB (Red+Green+Blue) = 219+20+83=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1453 is #24EBAC. Grayscale: #565656. Windows color (decimal): -2419629 or 5444827. OLE color: 5444827.

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

Color convert

RGB 219 20 83 -
CMYK 0 0.91 0.62 0.14
HSL 341.01º 0.83% 0.47% -
HSV(B) 341.01º 0.91% 0.86% -
XYZ 31.02 16.18 9.67 -
YUV 86.68 125.93 222.38 -
System Red Green Blue C M Y K H S L
Decimal 219 20 83 0 0.91 0.62 0.14 341.01 0.83 0.47
Hex DB 14 53 0 5B 3E E 155 53 2F
Octal 333 24 123 0 133 76 16 525 123 57
Binary 11011011 10100 1010011 0 1011011 111110 1110 101010101 1010011 101111

Color Harmonies of #DB1453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1453

Black with #DB1453

Text Example


Text Example

White with #DB1453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1453; }

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

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

background-color css

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

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

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

border-color css

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

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

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