Html Css Color HEX #DB0C5C Ruby

📋 copy color: '#DB0C5C'

red 219 ◦ green 12 ◦ blue 92

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

Shades of Ruby #DB0C5C

Tints of Ruby #DB0C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 67.8%
G = 3.72%
B = 28.48%

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

#DB0C5C (or 0xDB0C5C) is known color: Ruby. HEX triplet: DB, 0C and 5C. RGB value is (219,12,92). Sum of RGB (Red+Green+Blue) = 219+12+92=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C5C is #24F3A3. Grayscale: #525252. Windows color (decimal): -2421668 or 6032603. OLE color: 6032603.

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

Color convert

RGB 219 12 92 -
CMYK 0 0.95 0.58 0.14
HSL 336.81º 0.9% 0.45% -
HSV(B) 336.81º 0.95% 0.86% -
XYZ 31.28 16.1 11.58 -
YUV 83.01 133.08 225 -
System Red Green Blue C M Y K H S L
Decimal 219 12 92 0 0.95 0.58 0.14 336.81 0.9 0.45
Hex DB C 5C 0 5F 3A E 151 5A 2D
Octal 333 14 134 0 137 72 16 521 132 55
Binary 11011011 1100 1011100 0 1011111 111010 1110 101010001 1011010 101101

Color Harmonies of #DB0C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C5C

Black with #DB0C5C

Text Example


Text Example

White with #DB0C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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