Html Css Color HEX #DB0C5D Ruby

📋 copy color: '#DB0C5D'

red 219 ◦ green 12 ◦ blue 93

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

Shades of Ruby #DB0C5D

Tints of Ruby #DB0C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 67.59%
G = 3.7%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB0C5D (or 0xDB0C5D) is known color: Ruby. HEX triplet: DB, 0C and 5D. RGB value is (219,12,93). Sum of RGB (Red+Green+Blue) = 219+12+93=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C5D is #24F3A2. Grayscale: #535353. Windows color (decimal): -2421667 or 6098139. OLE color: 6098139.

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

Color convert

RGB 219 12 93 -
CMYK 0 0.95 0.58 0.14
HSL 336.52º 0.9% 0.45% -
HSV(B) 336.52º 0.95% 0.86% -
XYZ 31.32 16.11 11.82 -
YUV 83.13 133.58 224.91 -
System Red Green Blue C M Y K H S L
Decimal 219 12 93 0 0.95 0.58 0.14 336.52 0.9 0.45
Hex DB C 5D 0 5F 3A E 151 5A 2D
Octal 333 14 135 0 137 72 16 521 132 55
Binary 11011011 1100 1011101 0 1011111 111010 1110 101010001 1011010 101101

Color Harmonies of #DB0C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C5D

Black with #DB0C5D

Text Example


Text Example

White with #DB0C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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