Html Css Color HEX #D51358 Ruby

📋 copy color: '#D51358'

red 213 ◦ green 19 ◦ blue 88

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

Shades of Ruby #D51358

Tints of Ruby #D51358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 66.56%
G = 5.94%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D51358 (or 0xD51358) is known color: Ruby. HEX triplet: D5, 13 and 58. RGB value is (213,19,88). Sum of RGB (Red+Green+Blue) = 213+19+88=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D51358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51358 is #2AECA7. Grayscale: #545454. Windows color (decimal): -2813096 or 5772245. OLE color: 5772245.

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

Color convert

RGB 213 19 88 -
CMYK 0 0.91 0.59 0.16
HSL 338.66º 0.84% 0.45% -
HSV(B) 338.66º 0.91% 0.84% -
XYZ 29.43 15.32 10.64 -
YUV 84.87 129.77 219.39 -
System Red Green Blue C M Y K H S L
Decimal 213 19 88 0 0.91 0.59 0.16 338.66 0.84 0.45
Hex D5 13 58 0 5B 3B 10 153 54 2D
Octal 325 23 130 0 133 73 20 523 124 55
Binary 11010101 10011 1011000 0 1011011 111011 10000 101010011 1010100 101101

Color Harmonies of #D51358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51358

Black with #D51358

Text Example


Text Example

White with #D51358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51358; }

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

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

background-color css

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

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

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

border-color css

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

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

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