Html Css Color HEX #DB0C69 Ruby

📋 copy color: '#DB0C69'

red 219 ◦ green 12 ◦ blue 105

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

Shades of Ruby #DB0C69

Tints of Ruby #DB0C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 65.18%
G = 3.57%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB0C69 (or 0xDB0C69) is known color: Ruby. HEX triplet: DB, 0C and 69. RGB value is (219,12,105). Sum of RGB (Red+Green+Blue) = 219+12+105=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C69 is #24F396. Grayscale: #545454. Windows color (decimal): -2421655 or 6884571. OLE color: 6884571.

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

Color convert

RGB 219 12 105 -
CMYK 0 0.95 0.52 0.14
HSL 333.04º 0.9% 0.45% -
HSV(B) 333.04º 0.95% 0.86% -
XYZ 31.89 16.34 14.84 -
YUV 84.5 139.58 223.94 -
System Red Green Blue C M Y K H S L
Decimal 219 12 105 0 0.95 0.52 0.14 333.04 0.9 0.45
Hex DB C 69 0 5F 34 E 14D 5A 2D
Octal 333 14 151 0 137 64 16 515 132 55
Binary 11011011 1100 1101001 0 1011111 110100 1110 101001101 1011010 101101

Color Harmonies of #DB0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C69

Black with #DB0C69

Text Example


Text Example

White with #DB0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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