Html Css Color HEX #D7114E Ruby

📋 copy color: '#D7114E'

red 215 ◦ green 17 ◦ blue 78

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

Shades of Ruby #D7114E

Tints of Ruby #D7114E

RGB

 RED value IS 215 (84.38% from 255) = 69.35%

 GREEN value IS 17 (7.03% from 255) = 5.48%

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 69.35%
G = 5.48%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7114E (or 0xD7114E) is known color: Ruby. HEX triplet: D7, 11 and 4E. RGB value is (215,17,78). Sum of RGB (Red+Green+Blue) = 215+17+78=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7114E is #28EEB1. Grayscale: #535353. Windows color (decimal): -2682546 or 5116375. OLE color: 5116375.

HSL color Cylindrical-coordinate representation of color #D7114E: hue angle of 341.52º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7114E is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 78 -
CMYK 0 0.92 0.64 0.16
HSL 341.52º 0.85% 0.45% -
HSV(B) 341.52º 0.92% 0.84% -
XYZ 29.6 15.4 8.62 -
YUV 83.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 215 17 78 0 0.92 0.64 0.16 341.52 0.85 0.45
Hex D7 11 4E 0 5C 40 10 156 55 2D
Octal 327 21 116 0 134 100 20 526 125 55
Binary 11010111 10001 1001110 0 1011100 1000000 10000 101010110 1010101 101101

Color Harmonies of #D7114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7114E

Black with #D7114E

Text Example


Text Example

White with #D7114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7114E; }

 p { color: rgb(215,17,78); }

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

background-color css

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

 a { background-color: rgb(215,17,78); }

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

border-color css

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

 span { border-color: rgb(215,17,78); }

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