Html Css Color HEX #D5145F Ruby

📋 copy color: '#D5145F'

red 213 ◦ green 20 ◦ blue 95

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

Shades of Ruby #D5145F

Tints of Ruby #D5145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.1%

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

R = 64.94%
G = 6.1%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5145F (or 0xD5145F) is known color: Ruby. HEX triplet: D5, 14 and 5F. RGB value is (213,20,95). Sum of RGB (Red+Green+Blue) = 213+20+95=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5145F is #2AEBA0. Grayscale: #565656. Windows color (decimal): -2812833 or 6231253. OLE color: 6231253.

HSL color Cylindrical-coordinate representation of color #D5145F: hue angle of 336.68º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5145F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 95 -
CMYK 0 0.91 0.55 0.16
HSL 336.68º 0.83% 0.46% -
HSV(B) 336.68º 0.91% 0.84% -
XYZ 29.76 15.47 12.24 -
YUV 86.26 132.94 218.4 -
System Red Green Blue C M Y K H S L
Decimal 213 20 95 0 0.91 0.55 0.16 336.68 0.83 0.46
Hex D5 14 5F 0 5B 37 10 151 53 2E
Octal 325 24 137 0 133 67 20 521 123 56
Binary 11010101 10100 1011111 0 1011011 110111 10000 101010001 1010011 101110

Color Harmonies of #D5145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5145F

Black with #D5145F

Text Example


Text Example

White with #D5145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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