Html Css Color HEX #D5135A Ruby

📋 copy color: '#D5135A'

red 213 ◦ green 19 ◦ blue 90

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

Shades of Ruby #D5135A

Tints of Ruby #D5135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

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

R = 66.15%
G = 5.9%
B = 27.95%

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

#D5135A (or 0xD5135A) is known color: Ruby. HEX triplet: D5, 13 and 5A. RGB value is (213,19,90). Sum of RGB (Red+Green+Blue) = 213+19+90=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5135A is #2AECA5. Grayscale: #555555. Windows color (decimal): -2813094 or 5903317. OLE color: 5903317.

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

Color convert

RGB 213 19 90 -
CMYK 0 0.91 0.58 0.16
HSL 338.04º 0.84% 0.45% -
HSV(B) 338.04º 0.91% 0.84% -
XYZ 29.52 15.35 11.08 -
YUV 85.1 130.77 219.23 -
System Red Green Blue C M Y K H S L
Decimal 213 19 90 0 0.91 0.58 0.16 338.04 0.84 0.45
Hex D5 13 5A 0 5B 3A 10 152 54 2D
Octal 325 23 132 0 133 72 20 522 124 55
Binary 11010101 10011 1011010 0 1011011 111010 10000 101010010 1010100 101101

Color Harmonies of #D5135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5135A

Black with #D5135A

Text Example


Text Example

White with #D5135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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