Html Css Color HEX #DB0667 Ruby

📋 copy color: '#DB0667'

red 219 ◦ green 6 ◦ blue 103

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

Shades of Ruby #DB0667

Tints of Ruby #DB0667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 66.77%
G = 1.83%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB0667 (or 0xDB0667) is known color: Ruby. HEX triplet: DB, 06 and 67. RGB value is (219,6,103). Sum of RGB (Red+Green+Blue) = 219+6+103=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0667 is #24F998. Grayscale: #505050. Windows color (decimal): -2423193 or 6751963. OLE color: 6751963.

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

Color convert

RGB 219 6 103 -
CMYK 0 0.97 0.53 0.14
HSL 332.68º 0.95% 0.44% -
HSV(B) 332.68º 0.97% 0.86% -
XYZ 31.73 16.17 14.28 -
YUV 80.75 140.57 226.61 -
System Red Green Blue C M Y K H S L
Decimal 219 6 103 0 0.97 0.53 0.14 332.68 0.95 0.44
Hex DB 6 67 0 61 35 E 14D 5F 2C
Octal 333 6 147 0 141 65 16 515 137 54
Binary 11011011 110 1100111 0 1100001 110101 1110 101001101 1011111 101100

Color Harmonies of #DB0667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0667

Black with #DB0667

Text Example


Text Example

White with #DB0667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0667; }

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

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

background-color css

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

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

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

border-color css

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

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

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