Html Css Color HEX #DB1072 Ruby

📋 copy color: '#DB1072'

red 219 ◦ green 16 ◦ blue 114

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

Shades of Ruby #DB1072

Tints of Ruby #DB1072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 62.75%
G = 4.58%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB1072 (or 0xDB1072) is known color: Ruby. HEX triplet: DB, 10 and 72. RGB value is (219,16,114). Sum of RGB (Red+Green+Blue) = 219+16+114=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1072 is #24EF8D. Grayscale: #575757. Windows color (decimal): -2420622 or 7475419. OLE color: 7475419.

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

Color convert

RGB 219 16 114 -
CMYK 0 0.93 0.48 0.14
HSL 331.03º 0.86% 0.46% -
HSV(B) 331.03º 0.93% 0.86% -
XYZ 32.44 16.65 17.42 -
YUV 87.87 142.75 221.53 -
System Red Green Blue C M Y K H S L
Decimal 219 16 114 0 0.93 0.48 0.14 331.03 0.86 0.46
Hex DB 10 72 0 5D 30 E 14B 56 2E
Octal 333 20 162 0 135 60 16 513 126 56
Binary 11011011 10000 1110010 0 1011101 110000 1110 101001011 1010110 101110

Color Harmonies of #DB1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1072

Black with #DB1072

Text Example


Text Example

White with #DB1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1072; }

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

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

background-color css

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

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

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

border-color css

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

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

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