Html Css Color HEX #DB1667 Ruby

📋 copy color: '#DB1667'

red 219 ◦ green 22 ◦ blue 103

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

Shades of Ruby #DB1667

Tints of Ruby #DB1667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.4%

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

R = 63.66%
G = 6.4%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB1667 (or 0xDB1667) is known color: Ruby. HEX triplet: DB, 16 and 67. RGB value is (219,22,103). Sum of RGB (Red+Green+Blue) = 219+22+103=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1667 is #24E998. Grayscale: #5A5A5A. Windows color (decimal): -2419097 or 6756059. OLE color: 6756059.

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

Color convert

RGB 219 22 103 -
CMYK 0 0.90 0.53 0.14
HSL 335.33º 0.82% 0.47% -
HSV(B) 335.33º 0.9% 0.86% -
XYZ 31.95 16.61 14.35 -
YUV 90.14 135.27 219.91 -
System Red Green Blue C M Y K H S L
Decimal 219 22 103 0 0.90 0.53 0.14 335.33 0.82 0.47
Hex DB 16 67 0 5A 35 E 14F 52 2F
Octal 333 26 147 0 132 65 16 517 122 57
Binary 11011011 10110 1100111 0 1011010 110101 1110 101001111 1010010 101111

Color Harmonies of #DB1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1667

Black with #DB1667

Text Example


Text Example

White with #DB1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1667; }

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

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

background-color css

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

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

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

border-color css

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

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

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