Html Css Color HEX #DB0375 Ruby

📋 copy color: '#DB0375'

red 219 ◦ green 3 ◦ blue 117

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

Shades of Ruby #DB0375

Tints of Ruby #DB0375

RGB

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

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

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

R = 64.6%
G = 0.88%
B = 34.51%

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

#DB0375 (or 0xDB0375) is known color: Ruby. HEX triplet: DB, 03 and 75. RGB value is (219,3,117). Sum of RGB (Red+Green+Blue) = 219+3+117=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0375 is #24FC8A. Grayscale: #505050. Windows color (decimal): -2423947 or 7668699. OLE color: 7668699.

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

Color convert

RGB 219 3 117 -
CMYK 0 0.99 0.47 0.14
HSL 328.33º 0.97% 0.44% -
HSV(B) 328.33º 0.99% 0.86% -
XYZ 32.46 16.41 18.29 -
YUV 80.58 148.56 226.73 -
System Red Green Blue C M Y K H S L
Decimal 219 3 117 0 0.99 0.47 0.14 328.33 0.97 0.44
Hex DB 3 75 0 63 2F E 148 61 2C
Octal 333 3 165 0 143 57 16 510 141 54
Binary 11011011 11 1110101 0 1100011 101111 1110 101001000 1100001 101100

Color Harmonies of #DB0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0375

Black with #DB0375

Text Example


Text Example

White with #DB0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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