Html Css Color HEX #DB1067 Ruby

📋 copy color: '#DB1067'

red 219 ◦ green 16 ◦ blue 103

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

Shades of Ruby #DB1067

Tints of Ruby #DB1067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 64.79%
G = 4.73%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB1067 (or 0xDB1067) is known color: Ruby. HEX triplet: DB, 10 and 67. RGB value is (219,16,103). Sum of RGB (Red+Green+Blue) = 219+16+103=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1067 is #24EF98. Grayscale: #565656. Windows color (decimal): -2420633 or 6754523. OLE color: 6754523.

HSL color Cylindrical-coordinate representation of color #DB1067: hue angle of 334.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1067 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 103 -
CMYK 0 0.93 0.53 0.14
HSL 334.29º 0.86% 0.46% -
HSV(B) 334.29º 0.93% 0.86% -
XYZ 31.85 16.41 14.32 -
YUV 86.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 219 16 103 0 0.93 0.53 0.14 334.29 0.86 0.46
Hex DB 10 67 0 5D 35 E 14E 56 2E
Octal 333 20 147 0 135 65 16 516 126 56
Binary 11011011 10000 1100111 0 1011101 110101 1110 101001110 1010110 101110

Color Harmonies of #DB1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1067

Black with #DB1067

Text Example


Text Example

White with #DB1067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1067; }

 p { color: rgb(219,16,103); }

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

background-color css

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

 a { background-color: rgb(219,16,103); }

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

border-color css

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

 span { border-color: rgb(219,16,103); }

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