Html Css Color HEX #DB1567 Ruby

📋 copy color: '#DB1567'

red 219 ◦ green 21 ◦ blue 103

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

Shades of Ruby #DB1567

Tints of Ruby #DB1567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.12%

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

R = 63.85%
G = 6.12%
B = 30.03%

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

#DB1567 (or 0xDB1567) is known color: Ruby. HEX triplet: DB, 15 and 67. RGB value is (219,21,103). Sum of RGB (Red+Green+Blue) = 219+21+103=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1567 is #24EA98. Grayscale: #595959. Windows color (decimal): -2419353 or 6755803. OLE color: 6755803.

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

Color convert

RGB 219 21 103 -
CMYK 0 0.90 0.53 0.14
HSL 335.15º 0.83% 0.47% -
HSV(B) 335.15º 0.9% 0.86% -
XYZ 31.93 16.58 14.35 -
YUV 89.55 135.6 220.33 -
System Red Green Blue C M Y K H S L
Decimal 219 21 103 0 0.90 0.53 0.14 335.15 0.83 0.47
Hex DB 15 67 0 5A 35 E 14F 52 2F
Octal 333 25 147 0 132 65 16 517 122 57
Binary 11011011 10101 1100111 0 1011010 110101 1110 101001111 1010010 101111

Color Harmonies of #DB1567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1567

Black with #DB1567

Text Example


Text Example

White with #DB1567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1567; }

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

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

background-color css

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

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

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

border-color css

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

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

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