Html Css Color HEX #DB1367 Ruby

📋 copy color: '#DB1367'

red 219 ◦ green 19 ◦ blue 103

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

Shades of Ruby #DB1367

Tints of Ruby #DB1367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 64.22%
G = 5.57%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB1367 (or 0xDB1367) is known color: Ruby. HEX triplet: DB, 13 and 67. RGB value is (219,19,103). Sum of RGB (Red+Green+Blue) = 219+19+103=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1367 is #24EC98. Grayscale: #585858. Windows color (decimal): -2419865 or 6755291. OLE color: 6755291.

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

Color convert

RGB 219 19 103 -
CMYK 0 0.91 0.53 0.14
HSL 334.8º 0.84% 0.47% -
HSV(B) 334.8º 0.91% 0.86% -
XYZ 31.89 16.51 14.34 -
YUV 88.38 136.26 221.17 -
System Red Green Blue C M Y K H S L
Decimal 219 19 103 0 0.91 0.53 0.14 334.8 0.84 0.47
Hex DB 13 67 0 5B 35 E 14F 54 2F
Octal 333 23 147 0 133 65 16 517 124 57
Binary 11011011 10011 1100111 0 1011011 110101 1110 101001111 1010100 101111

Color Harmonies of #DB1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1367

Black with #DB1367

Text Example


Text Example

White with #DB1367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1367; }

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

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

background-color css

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

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

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

border-color css

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

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

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