Html Css Color HEX #DB136B Ruby

📋 copy color: '#DB136B'

red 219 ◦ green 19 ◦ blue 107

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

Shades of Ruby #DB136B

Tints of Ruby #DB136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 63.48%
G = 5.51%
B = 31.01%

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

#DB136B (or 0xDB136B) is known color: Ruby. HEX triplet: DB, 13 and 6B. RGB value is (219,19,107). Sum of RGB (Red+Green+Blue) = 219+19+107=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB136B is #24EC94. Grayscale: #585858. Windows color (decimal): -2419861 or 7017435. OLE color: 7017435.

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

Color convert

RGB 219 19 107 -
CMYK 0 0.91 0.51 0.14
HSL 333.6º 0.84% 0.47% -
HSV(B) 333.6º 0.91% 0.86% -
XYZ 32.1 16.59 15.42 -
YUV 88.83 138.26 220.84 -
System Red Green Blue C M Y K H S L
Decimal 219 19 107 0 0.91 0.51 0.14 333.6 0.84 0.47
Hex DB 13 6B 0 5B 33 E 14E 54 2F
Octal 333 23 153 0 133 63 16 516 124 57
Binary 11011011 10011 1101011 0 1011011 110011 1110 101001110 1010100 101111

Color Harmonies of #DB136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB136B

Black with #DB136B

Text Example


Text Example

White with #DB136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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