Html Css Color HEX #DB1058 Ruby

📋 copy color: '#DB1058'

red 219 ◦ green 16 ◦ blue 88

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

Shades of Ruby #DB1058

Tints of Ruby #DB1058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

 BLUE value IS 88 (34.77% from 255) = 27.24%

R = 67.8%
G = 4.95%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB1058 (or 0xDB1058) is known color: Ruby. HEX triplet: DB, 10 and 58. RGB value is (219,16,88). Sum of RGB (Red+Green+Blue) = 219+16+88=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1058 is #24EFA7. Grayscale: #545454. Windows color (decimal): -2420648 or 5771483. OLE color: 5771483.

HSL color Cylindrical-coordinate representation of color #DB1058: hue angle of 338.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1058 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 88 -
CMYK 0 0.93 0.60 0.14
HSL 338.72º 0.86% 0.46% -
HSV(B) 338.72º 0.93% 0.86% -
XYZ 31.16 16.14 10.7 -
YUV 84.91 129.75 223.65 -
System Red Green Blue C M Y K H S L
Decimal 219 16 88 0 0.93 0.60 0.14 338.72 0.86 0.46
Hex DB 10 58 0 5D 3C E 153 56 2E
Octal 333 20 130 0 135 74 16 523 126 56
Binary 11011011 10000 1011000 0 1011101 111100 1110 101010011 1010110 101110

Color Harmonies of #DB1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1058

Black with #DB1058

Text Example


Text Example

White with #DB1058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1058; }

 p { color: rgb(219,16,88); }

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

background-color css

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

 a { background-color: rgb(219,16,88); }

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

border-color css

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

 span { border-color: rgb(219,16,88); }

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