Html Css Color HEX #DB0474 Ruby

📋 copy color: '#DB0474'

red 219 ◦ green 4 ◦ blue 116

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

Shades of Ruby #DB0474

Tints of Ruby #DB0474

RGB

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

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

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

R = 64.6%
G = 1.18%
B = 34.22%

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

#DB0474 (or 0xDB0474) is known color: Ruby. HEX triplet: DB, 04 and 74. RGB value is (219,4,116). Sum of RGB (Red+Green+Blue) = 219+4+116=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0474 is #24FB8B. Grayscale: #505050. Windows color (decimal): -2423692 or 7603419. OLE color: 7603419.

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

Color convert

RGB 219 4 116 -
CMYK 0 0.98 0.47 0.14
HSL 328.74º 0.96% 0.44% -
HSV(B) 328.74º 0.98% 0.86% -
XYZ 32.41 16.41 17.98 -
YUV 81.05 147.73 226.39 -
System Red Green Blue C M Y K H S L
Decimal 219 4 116 0 0.98 0.47 0.14 328.74 0.96 0.44
Hex DB 4 74 0 62 2F E 149 60 2C
Octal 333 4 164 0 142 57 16 511 140 54
Binary 11011011 100 1110100 0 1100010 101111 1110 101001001 1100000 101100

Color Harmonies of #DB0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0474

Black with #DB0474

Text Example


Text Example

White with #DB0474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0474; }

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

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

background-color css

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

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

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

border-color css

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

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

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