Html Css Color HEX #D5105C Ruby

📋 copy color: '#D5105C'

red 213 ◦ green 16 ◦ blue 92

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

Shades of Ruby #D5105C

Tints of Ruby #D5105C

RGB

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

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

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

R = 66.36%
G = 4.98%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5105C (or 0xD5105C) is known color: Ruby. HEX triplet: D5, 10 and 5C. RGB value is (213,16,92). Sum of RGB (Red+Green+Blue) = 213+16+92=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D5105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5105C is #2AEFA3. Grayscale: #535353. Windows color (decimal): -2813860 or 6033621. OLE color: 6033621.

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

Color convert

RGB 213 16 92 -
CMYK 0 0.92 0.57 0.16
HSL 336.85º 0.86% 0.45% -
HSV(B) 336.85º 0.92% 0.84% -
XYZ 29.56 15.29 11.52 -
YUV 83.57 132.77 220.32 -
System Red Green Blue C M Y K H S L
Decimal 213 16 92 0 0.92 0.57 0.16 336.85 0.86 0.45
Hex D5 10 5C 0 5C 39 10 151 56 2D
Octal 325 20 134 0 134 71 20 521 126 55
Binary 11010101 10000 1011100 0 1011100 111001 10000 101010001 1010110 101101

Color Harmonies of #D5105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5105C

Black with #D5105C

Text Example


Text Example

White with #D5105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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