Html Css Color HEX #D5124F Ruby

📋 copy color: '#D5124F'

red 213 ◦ green 18 ◦ blue 79

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

Shades of Ruby #D5124F

Tints of Ruby #D5124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.48%

R = 68.71%
G = 5.81%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5124F (or 0xD5124F) is known color: Ruby. HEX triplet: D5, 12 and 4F. RGB value is (213,18,79). Sum of RGB (Red+Green+Blue) = 213+18+79=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5124F is #2AEDB0. Grayscale: #535353. Windows color (decimal): -2813361 or 5182165. OLE color: 5182165.

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

Color convert

RGB 213 18 79 -
CMYK 0 0.92 0.63 0.16
HSL 341.23º 0.84% 0.45% -
HSV(B) 341.23º 0.92% 0.84% -
XYZ 29.07 15.14 8.79 -
YUV 83.26 125.6 220.54 -
System Red Green Blue C M Y K H S L
Decimal 213 18 79 0 0.92 0.63 0.16 341.23 0.84 0.45
Hex D5 12 4F 0 5C 3F 10 155 54 2D
Octal 325 22 117 0 134 77 20 525 124 55
Binary 11010101 10010 1001111 0 1011100 111111 10000 101010101 1010100 101101

Color Harmonies of #D5124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5124F

Black with #D5124F

Text Example


Text Example

White with #D5124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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