Html Css Color HEX #DB175C Ruby

📋 copy color: '#DB175C'

red 219 ◦ green 23 ◦ blue 92

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

Shades of Ruby #DB175C

Tints of Ruby #DB175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.89%

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

R = 65.57%
G = 6.89%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB175C (or 0xDB175C) is known color: Ruby. HEX triplet: DB, 17 and 5C. RGB value is (219,23,92). Sum of RGB (Red+Green+Blue) = 219+23+92=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB175C is #24E8A3. Grayscale: #595959. Windows color (decimal): -2418852 or 6035419. OLE color: 6035419.

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

Color convert

RGB 219 23 92 -
CMYK 0 0.89 0.58 0.14
HSL 338.88º 0.81% 0.47% -
HSV(B) 338.88º 0.89% 0.86% -
XYZ 31.45 16.45 11.64 -
YUV 89.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 219 23 92 0 0.89 0.58 0.14 338.88 0.81 0.47
Hex DB 17 5C 0 59 3A E 153 51 2F
Octal 333 27 134 0 131 72 16 523 121 57
Binary 11011011 10111 1011100 0 1011001 111010 1110 101010011 1010001 101111

Color Harmonies of #DB175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB175C

Black with #DB175C

Text Example


Text Example

White with #DB175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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