Html Css Color HEX #DB0C6F Ruby

📋 copy color: '#DB0C6F'

red 219 ◦ green 12 ◦ blue 111

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

Shades of Ruby #DB0C6F

Tints of Ruby #DB0C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 64.04%
G = 3.51%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB0C6F (or 0xDB0C6F) is known color: Ruby. HEX triplet: DB, 0C and 6F. RGB value is (219,12,111). Sum of RGB (Red+Green+Blue) = 219+12+111=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C6F is #24F390. Grayscale: #545454. Windows color (decimal): -2421649 or 7277787. OLE color: 7277787.

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

Color convert

RGB 219 12 111 -
CMYK 0 0.95 0.49 0.14
HSL 331.3º 0.9% 0.45% -
HSV(B) 331.3º 0.95% 0.86% -
XYZ 32.21 16.47 16.52 -
YUV 85.18 142.58 223.45 -
System Red Green Blue C M Y K H S L
Decimal 219 12 111 0 0.95 0.49 0.14 331.3 0.9 0.45
Hex DB C 6F 0 5F 31 E 14B 5A 2D
Octal 333 14 157 0 137 61 16 513 132 55
Binary 11011011 1100 1101111 0 1011111 110001 1110 101001011 1011010 101101

Color Harmonies of #DB0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C6F

Black with #DB0C6F

Text Example


Text Example

White with #DB0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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