Html Css Color HEX #D5145D Ruby

📋 copy color: '#D5145D'

red 213 ◦ green 20 ◦ blue 93

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

Shades of Ruby #D5145D

Tints of Ruby #D5145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 65.34%
G = 6.13%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5145D (or 0xD5145D) is known color: Ruby. HEX triplet: D5, 14 and 5D. RGB value is (213,20,93). Sum of RGB (Red+Green+Blue) = 213+20+93=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5145D is #2AEBA2. Grayscale: #555555. Windows color (decimal): -2812835 or 6100181. OLE color: 6100181.

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

Color convert

RGB 213 20 93 -
CMYK 0 0.91 0.56 0.16
HSL 337.31º 0.83% 0.46% -
HSV(B) 337.31º 0.91% 0.84% -
XYZ 29.67 15.44 11.77 -
YUV 86.03 131.94 218.56 -
System Red Green Blue C M Y K H S L
Decimal 213 20 93 0 0.91 0.56 0.16 337.31 0.83 0.46
Hex D5 14 5D 0 5B 38 10 151 53 2E
Octal 325 24 135 0 133 70 20 521 123 56
Binary 11010101 10100 1011101 0 1011011 111000 10000 101010001 1010011 101110

Color Harmonies of #D5145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5145D

Black with #D5145D

Text Example


Text Example

White with #D5145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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