Html Css Color HEX #D5125F Ruby

📋 copy color: '#D5125F'

red 213 ◦ green 18 ◦ blue 95

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

Shades of Ruby #D5125F

Tints of Ruby #D5125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 65.34%
G = 5.52%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5125F (or 0xD5125F) is known color: Ruby. HEX triplet: D5, 12 and 5F. RGB value is (213,18,95). Sum of RGB (Red+Green+Blue) = 213+18+95=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5125F is #2AEDA0. Grayscale: #545454. Windows color (decimal): -2813345 or 6230741. OLE color: 6230741.

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

Color convert

RGB 213 18 95 -
CMYK 0 0.92 0.55 0.16
HSL 336.31º 0.84% 0.45% -
HSV(B) 336.31º 0.92% 0.84% -
XYZ 29.72 15.4 12.23 -
YUV 85.08 133.6 219.24 -
System Red Green Blue C M Y K H S L
Decimal 213 18 95 0 0.92 0.55 0.16 336.31 0.84 0.45
Hex D5 12 5F 0 5C 37 10 150 54 2D
Octal 325 22 137 0 134 67 20 520 124 55
Binary 11010101 10010 1011111 0 1011100 110111 10000 101010000 1010100 101101

Color Harmonies of #D5125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5125F

Black with #D5125F

Text Example


Text Example

White with #D5125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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