Html Css Color HEX #DB0672 Ruby

📋 copy color: '#DB0672'

red 219 ◦ green 6 ◦ blue 114

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

Shades of Ruby #DB0672

Tints of Ruby #DB0672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.77%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 64.6%
G = 1.77%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB0672 (or 0xDB0672) is known color: Ruby. HEX triplet: DB, 06 and 72. RGB value is (219,6,114). Sum of RGB (Red+Green+Blue) = 219+6+114=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0672 is #24F98D. Grayscale: #515151. Windows color (decimal): -2423182 or 7472859. OLE color: 7472859.

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

Color convert

RGB 219 6 114 -
CMYK 0 0.97 0.48 0.14
HSL 329.58º 0.95% 0.44% -
HSV(B) 329.58º 0.97% 0.86% -
XYZ 32.32 16.41 17.38 -
YUV 82 146.07 225.72 -
System Red Green Blue C M Y K H S L
Decimal 219 6 114 0 0.97 0.48 0.14 329.58 0.95 0.44
Hex DB 6 72 0 61 30 E 14A 5F 2C
Octal 333 6 162 0 141 60 16 512 137 54
Binary 11011011 110 1110010 0 1100001 110000 1110 101001010 1011111 101100

Color Harmonies of #DB0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0672

Black with #DB0672

Text Example


Text Example

White with #DB0672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0672; }

 p { color: rgb(219,6,114); }

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

background-color css

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

 a { background-color: rgb(219,6,114); }

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

border-color css

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

 span { border-color: rgb(219,6,114); }

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