Html Css Color HEX #DB1455 Ruby

📋 copy color: '#DB1455'

red 219 ◦ green 20 ◦ blue 85

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

Shades of Ruby #DB1455

Tints of Ruby #DB1455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 67.59%
G = 6.17%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB1455 (or 0xDB1455) is known color: Ruby. HEX triplet: DB, 14 and 55. RGB value is (219,20,85). Sum of RGB (Red+Green+Blue) = 219+20+85=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1455 is #24EBAA. Grayscale: #565656. Windows color (decimal): -2419627 or 5575899. OLE color: 5575899.

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

Color convert

RGB 219 20 85 -
CMYK 0 0.91 0.61 0.14
HSL 340.4º 0.83% 0.47% -
HSV(B) 340.4º 0.91% 0.86% -
XYZ 31.1 16.22 10.09 -
YUV 86.91 126.93 222.21 -
System Red Green Blue C M Y K H S L
Decimal 219 20 85 0 0.91 0.61 0.14 340.4 0.83 0.47
Hex DB 14 55 0 5B 3D E 154 53 2F
Octal 333 24 125 0 133 75 16 524 123 57
Binary 11011011 10100 1010101 0 1011011 111101 1110 101010100 1010011 101111

Color Harmonies of #DB1455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1455

Black with #DB1455

Text Example


Text Example

White with #DB1455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1455; }

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

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

background-color css

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

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

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

border-color css

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

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

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