Html Css Color HEX #DB0C5E Ruby

📋 copy color: '#DB0C5E'

red 219 ◦ green 12 ◦ blue 94

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

Shades of Ruby #DB0C5E

Tints of Ruby #DB0C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.69%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 67.38%
G = 3.69%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB0C5E (or 0xDB0C5E) is known color: Ruby. HEX triplet: DB, 0C and 5E. RGB value is (219,12,94). Sum of RGB (Red+Green+Blue) = 219+12+94=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C5E is #24F3A1. Grayscale: #535353. Windows color (decimal): -2421666 or 6163675. OLE color: 6163675.

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

Color convert

RGB 219 12 94 -
CMYK 0 0.95 0.57 0.14
HSL 336.23º 0.9% 0.45% -
HSV(B) 336.23º 0.95% 0.86% -
XYZ 31.37 16.13 12.05 -
YUV 83.24 134.08 224.83 -
System Red Green Blue C M Y K H S L
Decimal 219 12 94 0 0.95 0.57 0.14 336.23 0.9 0.45
Hex DB C 5E 0 5F 39 E 150 5A 2D
Octal 333 14 136 0 137 71 16 520 132 55
Binary 11011011 1100 1011110 0 1011111 111001 1110 101010000 1011010 101101

Color Harmonies of #DB0C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C5E

Black with #DB0C5E

Text Example


Text Example

White with #DB0C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C5E; }

 p { color: rgb(219,12,94); }

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

background-color css

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

 a { background-color: rgb(219,12,94); }

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

border-color css

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

 span { border-color: rgb(219,12,94); }

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