Html Css Color HEX #D5105E Ruby

📋 copy color: '#D5105E'

red 213 ◦ green 16 ◦ blue 94

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

Shades of Ruby #D5105E

Tints of Ruby #D5105E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 65.94%
G = 4.95%
B = 29.1%

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

#D5105E (or 0xD5105E) is known color: Ruby. HEX triplet: D5, 10 and 5E. RGB value is (213,16,94). Sum of RGB (Red+Green+Blue) = 213+16+94=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5105E is #2AEFA1. Grayscale: #535353. Windows color (decimal): -2813858 or 6164693. OLE color: 6164693.

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

Color convert

RGB 213 16 94 -
CMYK 0 0.92 0.56 0.16
HSL 336.24º 0.86% 0.45% -
HSV(B) 336.24º 0.92% 0.84% -
XYZ 29.65 15.32 11.99 -
YUV 83.8 133.77 220.16 -
System Red Green Blue C M Y K H S L
Decimal 213 16 94 0 0.92 0.56 0.16 336.24 0.86 0.45
Hex D5 10 5E 0 5C 38 10 150 56 2D
Octal 325 20 136 0 134 70 20 520 126 55
Binary 11010101 10000 1011110 0 1011100 111000 10000 101010000 1010110 101101

Color Harmonies of #D5105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5105E

Black with #D5105E

Text Example


Text Example

White with #D5105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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