Html Css Color HEX #D7105D Ruby

📋 copy color: '#D7105D'

red 215 ◦ green 16 ◦ blue 93

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

Shades of Ruby #D7105D

Tints of Ruby #D7105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 66.36%
G = 4.94%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7105D (or 0xD7105D) is known color: Ruby. HEX triplet: D7, 10 and 5D. RGB value is (215,16,93). Sum of RGB (Red+Green+Blue) = 215+16+93=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7105D is #28EFA2. Grayscale: #545454. Windows color (decimal): -2682787 or 6099159. OLE color: 6099159.

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

Color convert

RGB 215 16 93 -
CMYK 0 0.93 0.57 0.16
HSL 336.78º 0.86% 0.45% -
HSV(B) 336.78º 0.93% 0.84% -
XYZ 30.19 15.61 11.78 -
YUV 84.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 215 16 93 0 0.93 0.57 0.16 336.78 0.86 0.45
Hex D7 10 5D 0 5D 39 10 151 56 2D
Octal 327 20 135 0 135 71 20 521 126 55
Binary 11010111 10000 1011101 0 1011101 111001 10000 101010001 1010110 101101

Color Harmonies of #D7105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7105D

Black with #D7105D

Text Example


Text Example

White with #D7105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7105D; }

 p { color: rgb(215,16,93); }

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

background-color css

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

 a { background-color: rgb(215,16,93); }

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

border-color css

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

 span { border-color: rgb(215,16,93); }

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