Html Css Color HEX #D6175C Ruby

📋 copy color: '#D6175C'

red 214 ◦ green 23 ◦ blue 92

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

Shades of Ruby #D6175C

Tints of Ruby #D6175C

RGB

 RED value IS 214 (83.98% from 255) = 65.05%

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

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

R = 65.05%
G = 6.99%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6175C (or 0xD6175C) is known color: Ruby. HEX triplet: D6, 17 and 5C. RGB value is (214,23,92). Sum of RGB (Red+Green+Blue) = 214+23+92=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6175C is #29E8A3. Grayscale: #575757. Windows color (decimal): -2746532 or 6035414. OLE color: 6035414.

HSL color Cylindrical-coordinate representation of color #D6175C: hue angle of 338.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6175C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 92 -
CMYK 0 0.89 0.57 0.16
HSL 338.32º 0.81% 0.46% -
HSV(B) 338.32º 0.89% 0.84% -
XYZ 29.97 15.68 11.57 -
YUV 87.98 130.28 217.89 -
System Red Green Blue C M Y K H S L
Decimal 214 23 92 0 0.89 0.57 0.16 338.32 0.81 0.46
Hex D6 17 5C 0 59 39 10 152 51 2E
Octal 326 27 134 0 131 71 20 522 121 56
Binary 11010110 10111 1011100 0 1011001 111001 10000 101010010 1010001 101110

Color Harmonies of #D6175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6175C

Black with #D6175C

Text Example


Text Example

White with #D6175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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