Html Css Color HEX #D5125E Ruby

📋 copy color: '#D5125E'

red 213 ◦ green 18 ◦ blue 94

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

Shades of Ruby #D5125E

Tints of Ruby #D5125E

RGB

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

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

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

R = 65.54%
G = 5.54%
B = 28.92%

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

#D5125E (or 0xD5125E) is known color: Ruby. HEX triplet: D5, 12 and 5E. RGB value is (213,18,94). Sum of RGB (Red+Green+Blue) = 213+18+94=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5125E is #2AEDA1. Grayscale: #545454. Windows color (decimal): -2813346 or 6165205. OLE color: 6165205.

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

Color convert

RGB 213 18 94 -
CMYK 0 0.92 0.56 0.16
HSL 336.62º 0.84% 0.45% -
HSV(B) 336.62º 0.92% 0.84% -
XYZ 29.68 15.39 12 -
YUV 84.97 133.1 219.32 -
System Red Green Blue C M Y K H S L
Decimal 213 18 94 0 0.92 0.56 0.16 336.62 0.84 0.45
Hex D5 12 5E 0 5C 38 10 151 54 2D
Octal 325 22 136 0 134 70 20 521 124 55
Binary 11010101 10010 1011110 0 1011100 111000 10000 101010001 1010100 101101

Color Harmonies of #D5125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5125E

Black with #D5125E

Text Example


Text Example

White with #D5125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5125E; }

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

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

background-color css

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

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

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

border-color css

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

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

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