Html Css Color HEX #D5135C Ruby

📋 copy color: '#D5135C'

red 213 ◦ green 19 ◦ blue 92

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

Shades of Ruby #D5135C

Tints of Ruby #D5135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 65.74%
G = 5.86%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5135C (or 0xD5135C) is known color: Ruby. HEX triplet: D5, 13 and 5C. RGB value is (213,19,92). Sum of RGB (Red+Green+Blue) = 213+19+92=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5135C is #2AECA3. Grayscale: #555555. Windows color (decimal): -2813092 or 6034389. OLE color: 6034389.

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

Color convert

RGB 213 19 92 -
CMYK 0 0.91 0.57 0.16
HSL 337.42º 0.84% 0.45% -
HSV(B) 337.42º 0.91% 0.84% -
XYZ 29.61 15.38 11.53 -
YUV 85.33 131.77 219.06 -
System Red Green Blue C M Y K H S L
Decimal 213 19 92 0 0.91 0.57 0.16 337.42 0.84 0.45
Hex D5 13 5C 0 5B 39 10 151 54 2D
Octal 325 23 134 0 133 71 20 521 124 55
Binary 11010101 10011 1011100 0 1011011 111001 10000 101010001 1010100 101101

Color Harmonies of #D5135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5135C

Black with #D5135C

Text Example


Text Example

White with #D5135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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