Html Css Color HEX #D5145A Ruby

📋 copy color: '#D5145A'

red 213 ◦ green 20 ◦ blue 90

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

Shades of Ruby #D5145A

Tints of Ruby #D5145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 65.94%
G = 6.19%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5145A (or 0xD5145A) is known color: Ruby. HEX triplet: D5, 14 and 5A. RGB value is (213,20,90). Sum of RGB (Red+Green+Blue) = 213+20+90=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5145A is #2AEBA5. Grayscale: #555555. Windows color (decimal): -2812838 or 5903573. OLE color: 5903573.

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

Color convert

RGB 213 20 90 -
CMYK 0 0.91 0.58 0.16
HSL 338.24º 0.83% 0.46% -
HSV(B) 338.24º 0.91% 0.84% -
XYZ 29.54 15.38 11.09 -
YUV 85.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 213 20 90 0 0.91 0.58 0.16 338.24 0.83 0.46
Hex D5 14 5A 0 5B 3A 10 152 53 2E
Octal 325 24 132 0 133 72 20 522 123 56
Binary 11010101 10100 1011010 0 1011011 111010 10000 101010010 1010011 101110

Color Harmonies of #D5145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5145A

Black with #D5145A

Text Example


Text Example

White with #D5145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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