Html Css Color HEX #DB1366 Ruby

📋 copy color: '#DB1366'

red 219 ◦ green 19 ◦ blue 102

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

Shades of Ruby #DB1366

Tints of Ruby #DB1366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30%

R = 64.41%
G = 5.59%
B = 30%

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

#DB1366 (or 0xDB1366) is known color: Ruby. HEX triplet: DB, 13 and 66. RGB value is (219,19,102). Sum of RGB (Red+Green+Blue) = 219+19+102=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1366 is #24EC99. Grayscale: #585858. Windows color (decimal): -2419866 or 6689755. OLE color: 6689755.

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

Color convert

RGB 219 19 102 -
CMYK 0 0.91 0.53 0.14
HSL 335.1º 0.84% 0.47% -
HSV(B) 335.1º 0.91% 0.86% -
XYZ 31.84 16.49 14.07 -
YUV 88.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 219 19 102 0 0.91 0.53 0.14 335.1 0.84 0.47
Hex DB 13 66 0 5B 35 E 14F 54 2F
Octal 333 23 146 0 133 65 16 517 124 57
Binary 11011011 10011 1100110 0 1011011 110101 1110 101001111 1010100 101111

Color Harmonies of #DB1366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1366

Black with #DB1366

Text Example


Text Example

White with #DB1366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1366; }

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

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

background-color css

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

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

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

border-color css

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

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

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