Html Css Color HEX #DB1073 Ruby

📋 copy color: '#DB1073'

red 219 ◦ green 16 ◦ blue 115

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

Shades of Ruby #DB1073

Tints of Ruby #DB1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 62.57%
G = 4.57%
B = 32.86%

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

#DB1073 (or 0xDB1073) is known color: Ruby. HEX triplet: DB, 10 and 73. RGB value is (219,16,115). Sum of RGB (Red+Green+Blue) = 219+16+115=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1073 is #24EF8C. Grayscale: #575757. Windows color (decimal): -2420621 or 7540955. OLE color: 7540955.

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

Color convert

RGB 219 16 115 -
CMYK 0 0.93 0.47 0.14
HSL 330.74º 0.86% 0.46% -
HSV(B) 330.74º 0.93% 0.86% -
XYZ 32.49 16.67 17.72 -
YUV 87.98 143.25 221.45 -
System Red Green Blue C M Y K H S L
Decimal 219 16 115 0 0.93 0.47 0.14 330.74 0.86 0.46
Hex DB 10 73 0 5D 2F E 14B 56 2E
Octal 333 20 163 0 135 57 16 513 126 56
Binary 11011011 10000 1110011 0 1011101 101111 1110 101001011 1010110 101110

Color Harmonies of #DB1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1073

Black with #DB1073

Text Example


Text Example

White with #DB1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1073; }

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

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

background-color css

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

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

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

border-color css

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

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

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