Html Css Color HEX #DB145C Ruby

📋 copy color: '#DB145C'

red 219 ◦ green 20 ◦ blue 92

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

Shades of Ruby #DB145C

Tints of Ruby #DB145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 66.16%
G = 6.04%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB145C (or 0xDB145C) is known color: Ruby. HEX triplet: DB, 14 and 5C. RGB value is (219,20,92). Sum of RGB (Red+Green+Blue) = 219+20+92=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB145C is #24EBA3. Grayscale: #575757. Windows color (decimal): -2419620 or 6034651. OLE color: 6034651.

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

Color convert

RGB 219 20 92 -
CMYK 0 0.91 0.58 0.14
HSL 338.29º 0.83% 0.47% -
HSV(B) 338.29º 0.91% 0.86% -
XYZ 31.4 16.33 11.62 -
YUV 87.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 219 20 92 0 0.91 0.58 0.14 338.29 0.83 0.47
Hex DB 14 5C 0 5B 3A E 152 53 2F
Octal 333 24 134 0 133 72 16 522 123 57
Binary 11011011 10100 1011100 0 1011011 111010 1110 101010010 1010011 101111

Color Harmonies of #DB145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB145C

Black with #DB145C

Text Example


Text Example

White with #DB145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB145C; }

 p { color: rgb(219,20,92); }

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

background-color css

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

 a { background-color: rgb(219,20,92); }

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

border-color css

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

 span { border-color: rgb(219,20,92); }

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