Html Css Color HEX #DB1075 Ruby

📋 copy color: '#DB1075'

red 219 ◦ green 16 ◦ blue 117

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

Shades of Ruby #DB1075

Tints of Ruby #DB1075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 62.22%
G = 4.55%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB1075 (or 0xDB1075) is known color: Ruby. HEX triplet: DB, 10 and 75. RGB value is (219,16,117). Sum of RGB (Red+Green+Blue) = 219+16+117=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1075 is #24EF8A. Grayscale: #585858. Windows color (decimal): -2420619 or 7672027. OLE color: 7672027.

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

Color convert

RGB 219 16 117 -
CMYK 0 0.93 0.47 0.14
HSL 330.15º 0.86% 0.46% -
HSV(B) 330.15º 0.93% 0.86% -
XYZ 32.61 16.72 18.34 -
YUV 88.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 219 16 117 0 0.93 0.47 0.14 330.15 0.86 0.46
Hex DB 10 75 0 5D 2F E 14A 56 2E
Octal 333 20 165 0 135 57 16 512 126 56
Binary 11011011 10000 1110101 0 1011101 101111 1110 101001010 1010110 101110

Color Harmonies of #DB1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1075

Black with #DB1075

Text Example


Text Example

White with #DB1075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1075; }

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

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

background-color css

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

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

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

border-color css

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

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

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