Html Css Color HEX #D5195B Ruby

📋 copy color: '#D5195B'

red 213 ◦ green 25 ◦ blue 91

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

Shades of Ruby #D5195B

Tints of Ruby #D5195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 64.74%
G = 7.6%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5195B (or 0xD5195B) is known color: Ruby. HEX triplet: D5, 19 and 5B. RGB value is (213,25,91). Sum of RGB (Red+Green+Blue) = 213+25+91=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5195B is #2AE6A4. Grayscale: #585858. Windows color (decimal): -2811557 or 5970389. OLE color: 5970389.

HSL color Cylindrical-coordinate representation of color #D5195B: hue angle of 338.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5195B is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 91 -
CMYK 0 0.88 0.57 0.16
HSL 338.94º 0.79% 0.47% -
HSV(B) 338.94º 0.88% 0.84% -
XYZ 29.68 15.6 11.34 -
YUV 88.74 129.28 216.63 -
System Red Green Blue C M Y K H S L
Decimal 213 25 91 0 0.88 0.57 0.16 338.94 0.79 0.47
Hex D5 19 5B 0 58 39 10 153 4F 2F
Octal 325 31 133 0 130 71 20 523 117 57
Binary 11010101 11001 1011011 0 1011000 111001 10000 101010011 1001111 101111

Color Harmonies of #D5195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5195B

Black with #D5195B

Text Example


Text Example

White with #D5195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5195B; }

 p { color: rgb(213,25,91); }

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

background-color css

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

 a { background-color: rgb(213,25,91); }

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

border-color css

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

 span { border-color: rgb(213,25,91); }

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