Html Css Color HEX #DB1758 Ruby

📋 copy color: '#DB1758'

red 219 ◦ green 23 ◦ blue 88

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

Shades of Ruby #DB1758

Tints of Ruby #DB1758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

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

R = 66.36%
G = 6.97%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB1758 (or 0xDB1758) is known color: Ruby. HEX triplet: DB, 17 and 58. RGB value is (219,23,88). Sum of RGB (Red+Green+Blue) = 219+23+88=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1758 is #24E8A7. Grayscale: #585858. Windows color (decimal): -2418856 or 5773275. OLE color: 5773275.

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

Color convert

RGB 219 23 88 -
CMYK 0 0.89 0.60 0.14
HSL 340.1º 0.81% 0.47% -
HSV(B) 340.1º 0.89% 0.86% -
XYZ 31.28 16.38 10.74 -
YUV 89.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 219 23 88 0 0.89 0.60 0.14 340.1 0.81 0.47
Hex DB 17 58 0 59 3C E 154 51 2F
Octal 333 27 130 0 131 74 16 524 121 57
Binary 11011011 10111 1011000 0 1011001 111100 1110 101010100 1010001 101111

Color Harmonies of #DB1758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1758

Black with #DB1758

Text Example


Text Example

White with #DB1758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1758; }

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

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

background-color css

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

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

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

border-color css

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

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

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