Html Css Color HEX #D51368 Ruby

📋 copy color: '#D51368'

red 213 ◦ green 19 ◦ blue 104

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

Shades of Ruby #D51368

Tints of Ruby #D51368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 63.39%
G = 5.65%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D51368 (or 0xD51368) is known color: Ruby. HEX triplet: D5, 13 and 68. RGB value is (213,19,104). Sum of RGB (Red+Green+Blue) = 213+19+104=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D51368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51368 is #2AEC97. Grayscale: #565656. Windows color (decimal): -2813080 or 6820821. OLE color: 6820821.

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

Color convert

RGB 213 19 104 -
CMYK 0 0.91 0.51 0.16
HSL 333.71º 0.84% 0.45% -
HSV(B) 333.71º 0.91% 0.84% -
XYZ 30.17 15.61 14.52 -
YUV 86.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 213 19 104 0 0.91 0.51 0.16 333.71 0.84 0.45
Hex D5 13 68 0 5B 33 10 14E 54 2D
Octal 325 23 150 0 133 63 20 516 124 55
Binary 11010101 10011 1101000 0 1011011 110011 10000 101001110 1010100 101101

Color Harmonies of #D51368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51368

Black with #D51368

Text Example


Text Example

White with #D51368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51368; }

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

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

background-color css

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

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

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

border-color css

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

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

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