Html Css Color HEX #DB1274 Ruby

📋 copy color: '#DB1274'

red 219 ◦ green 18 ◦ blue 116

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

Shades of Ruby #DB1274

Tints of Ruby #DB1274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 62.04%
G = 5.1%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB1274 (or 0xDB1274) is known color: Ruby. HEX triplet: DB, 12 and 74. RGB value is (219,18,116). Sum of RGB (Red+Green+Blue) = 219+18+116=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1274 is #24ED8B. Grayscale: #595959. Windows color (decimal): -2420108 or 7607003. OLE color: 7607003.

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

Color convert

RGB 219 18 116 -
CMYK 0 0.92 0.47 0.14
HSL 330.75º 0.85% 0.46% -
HSV(B) 330.75º 0.92% 0.86% -
XYZ 32.58 16.75 18.04 -
YUV 89.27 143.09 220.53 -
System Red Green Blue C M Y K H S L
Decimal 219 18 116 0 0.92 0.47 0.14 330.75 0.85 0.46
Hex DB 12 74 0 5C 2F E 14B 55 2E
Octal 333 22 164 0 134 57 16 513 125 56
Binary 11011011 10010 1110100 0 1011100 101111 1110 101001011 1010101 101110

Color Harmonies of #DB1274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1274

Black with #DB1274

Text Example


Text Example

White with #DB1274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1274; }

 p { color: rgb(219,18,116); }

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

background-color css

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

 a { background-color: rgb(219,18,116); }

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

border-color css

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

 span { border-color: rgb(219,18,116); }

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