Html Css Color HEX #DB0475 Ruby

📋 copy color: '#DB0475'

red 219 ◦ green 4 ◦ blue 117

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

Shades of Ruby #DB0475

Tints of Ruby #DB0475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 64.41%
G = 1.18%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0475 (or 0xDB0475) is known color: Ruby. HEX triplet: DB, 04 and 75. RGB value is (219,4,117). Sum of RGB (Red+Green+Blue) = 219+4+117=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0475 is #24FB8A. Grayscale: #505050. Windows color (decimal): -2423691 or 7668955. OLE color: 7668955.

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

Color convert

RGB 219 4 117 -
CMYK 0 0.98 0.47 0.14
HSL 328.47º 0.96% 0.44% -
HSV(B) 328.47º 0.98% 0.86% -
XYZ 32.47 16.43 18.29 -
YUV 81.17 148.23 226.31 -
System Red Green Blue C M Y K H S L
Decimal 219 4 117 0 0.98 0.47 0.14 328.47 0.96 0.44
Hex DB 4 75 0 62 2F E 148 60 2C
Octal 333 4 165 0 142 57 16 510 140 54
Binary 11011011 100 1110101 0 1100010 101111 1110 101001000 1100000 101100

Color Harmonies of #DB0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0475

Black with #DB0475

Text Example


Text Example

White with #DB0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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