Html Css Color HEX #DB1477 Ruby

📋 copy color: '#DB1477'

red 219 ◦ green 20 ◦ blue 119

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

Shades of Ruby #DB1477

Tints of Ruby #DB1477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 61.17%
G = 5.59%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB1477 (or 0xDB1477) is known color: Ruby. HEX triplet: DB, 14 and 77. RGB value is (219,20,119). Sum of RGB (Red+Green+Blue) = 219+20+119=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1477 is #24EB88. Grayscale: #5A5A5A. Windows color (decimal): -2419593 or 7804123. OLE color: 7804123.

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

Color convert

RGB 219 20 119 -
CMYK 0 0.91 0.46 0.14
HSL 330.15º 0.83% 0.47% -
HSV(B) 330.15º 0.91% 0.86% -
XYZ 32.79 16.89 18.98 -
YUV 90.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 219 20 119 0 0.91 0.46 0.14 330.15 0.83 0.47
Hex DB 14 77 0 5B 2E E 14A 53 2F
Octal 333 24 167 0 133 56 16 512 123 57
Binary 11011011 10100 1110111 0 1011011 101110 1110 101001010 1010011 101111

Color Harmonies of #DB1477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1477

Black with #DB1477

Text Example


Text Example

White with #DB1477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1477; }

 p { color: rgb(219,20,119); }

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

background-color css

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

 a { background-color: rgb(219,20,119); }

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

border-color css

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

 span { border-color: rgb(219,20,119); }

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