Html Css Color HEX #D5125B Ruby

📋 copy color: '#D5125B'

red 213 ◦ green 18 ◦ blue 91

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

Shades of Ruby #D5125B

Tints of Ruby #D5125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 66.15%
G = 5.59%
B = 28.26%

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

#D5125B (or 0xD5125B) is known color: Ruby. HEX triplet: D5, 12 and 5B. RGB value is (213,18,91). Sum of RGB (Red+Green+Blue) = 213+18+91=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5125B is #2AEDA4. Grayscale: #545454. Windows color (decimal): -2813349 or 5968597. OLE color: 5968597.

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

Color convert

RGB 213 18 91 -
CMYK 0 0.92 0.57 0.16
HSL 337.54º 0.84% 0.45% -
HSV(B) 337.54º 0.92% 0.84% -
XYZ 29.55 15.33 11.3 -
YUV 84.63 131.6 219.56 -
System Red Green Blue C M Y K H S L
Decimal 213 18 91 0 0.92 0.57 0.16 337.54 0.84 0.45
Hex D5 12 5B 0 5C 39 10 152 54 2D
Octal 325 22 133 0 134 71 20 522 124 55
Binary 11010101 10010 1011011 0 1011100 111001 10000 101010010 1010100 101101

Color Harmonies of #D5125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5125B

Black with #D5125B

Text Example


Text Example

White with #D5125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5125B; }

 p { color: rgb(213,18,91); }

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

background-color css

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

 a { background-color: rgb(213,18,91); }

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

border-color css

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

 span { border-color: rgb(213,18,91); }

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