Html Css Color HEX #DB136C Ruby

📋 copy color: '#DB136C'

red 219 ◦ green 19 ◦ blue 108

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

Shades of Ruby #DB136C

Tints of Ruby #DB136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 63.29%
G = 5.49%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB136C (or 0xDB136C) is known color: Ruby. HEX triplet: DB, 13 and 6C. RGB value is (219,19,108). Sum of RGB (Red+Green+Blue) = 219+19+108=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB136C is #24EC93. Grayscale: #585858. Windows color (decimal): -2419860 or 7082971. OLE color: 7082971.

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

Color convert

RGB 219 19 108 -
CMYK 0 0.91 0.51 0.14
HSL 333.3º 0.84% 0.47% -
HSV(B) 333.3º 0.91% 0.86% -
XYZ 32.15 16.61 15.7 -
YUV 88.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 219 19 108 0 0.91 0.51 0.14 333.3 0.84 0.47
Hex DB 13 6C 0 5B 33 E 14D 54 2F
Octal 333 23 154 0 133 63 16 515 124 57
Binary 11011011 10011 1101100 0 1011011 110011 1110 101001101 1010100 101111

Color Harmonies of #DB136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB136C

Black with #DB136C

Text Example


Text Example

White with #DB136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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