Html Css Color HEX #D5105D Ruby

📋 copy color: '#D5105D'

red 213 ◦ green 16 ◦ blue 93

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

Shades of Ruby #D5105D

Tints of Ruby #D5105D

RGB

 RED value IS 213 (83.59% from 255) = 66.15%

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

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

R = 66.15%
G = 4.97%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5105D (or 0xD5105D) is known color: Ruby. HEX triplet: D5, 10 and 5D. RGB value is (213,16,93). Sum of RGB (Red+Green+Blue) = 213+16+93=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5105D is #2AEFA2. Grayscale: #535353. Windows color (decimal): -2813859 or 6099157. OLE color: 6099157.

HSL color Cylindrical-coordinate representation of color #D5105D: hue angle of 336.55º degrees, saturation: 0.86, 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 #D5105D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 16 93 -
CMYK 0 0.92 0.56 0.16
HSL 336.55º 0.86% 0.45% -
HSV(B) 336.55º 0.92% 0.84% -
XYZ 29.6 15.31 11.75 -
YUV 83.68 133.27 220.24 -
System Red Green Blue C M Y K H S L
Decimal 213 16 93 0 0.92 0.56 0.16 336.55 0.86 0.45
Hex D5 10 5D 0 5C 38 10 151 56 2D
Octal 325 20 135 0 134 70 20 521 126 55
Binary 11010101 10000 1011101 0 1011100 111000 10000 101010001 1010110 101101

Color Harmonies of #D5105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5105D

Black with #D5105D

Text Example


Text Example

White with #D5105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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