Html Css Color HEX #DB0374 Ruby

📋 copy color: '#DB0374'

red 219 ◦ green 3 ◦ blue 116

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

Shades of Ruby #DB0374

Tints of Ruby #DB0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 64.79%
G = 0.89%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0374 (or 0xDB0374) is known color: Ruby. HEX triplet: DB, 03 and 74. RGB value is (219,3,116). Sum of RGB (Red+Green+Blue) = 219+3+116=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0374 is #24FC8B. Grayscale: #505050. Windows color (decimal): -2423948 or 7603163. OLE color: 7603163.

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

Color convert

RGB 219 3 116 -
CMYK 0 0.99 0.47 0.14
HSL 328.61º 0.97% 0.44% -
HSV(B) 328.61º 0.99% 0.86% -
XYZ 32.4 16.39 17.98 -
YUV 80.47 148.06 226.81 -
System Red Green Blue C M Y K H S L
Decimal 219 3 116 0 0.99 0.47 0.14 328.61 0.97 0.44
Hex DB 3 74 0 63 2F E 149 61 2C
Octal 333 3 164 0 143 57 16 511 141 54
Binary 11011011 11 1110100 0 1100011 101111 1110 101001001 1100001 101100

Color Harmonies of #DB0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0374

Black with #DB0374

Text Example


Text Example

White with #DB0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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