Html Css Color HEX #D51867 Ruby

📋 copy color: '#D51867'

red 213 ◦ green 24 ◦ blue 103

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

Shades of Ruby #D51867

Tints of Ruby #D51867

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 62.65%
G = 7.06%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D51867 (or 0xD51867) is known color: Ruby. HEX triplet: D5, 18 and 67. RGB value is (213,24,103). Sum of RGB (Red+Green+Blue) = 213+24+103=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D51867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51867 is #2AE798. Grayscale: #595959. Windows color (decimal): -2811801 or 6756565. OLE color: 6756565.

HSL color Cylindrical-coordinate representation of color #D51867: hue angle of 334.92º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51867 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 103 -
CMYK 0 0.89 0.52 0.16
HSL 334.92º 0.8% 0.46% -
HSV(B) 334.92º 0.89% 0.84% -
XYZ 30.22 15.78 14.29 -
YUV 89.52 135.62 216.08 -
System Red Green Blue C M Y K H S L
Decimal 213 24 103 0 0.89 0.52 0.16 334.92 0.8 0.46
Hex D5 18 67 0 59 34 10 14F 50 2E
Octal 325 30 147 0 131 64 20 517 120 56
Binary 11010101 11000 1100111 0 1011001 110100 10000 101001111 1010000 101110

Color Harmonies of #D51867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51867

Black with #D51867

Text Example


Text Example

White with #D51867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51867; }

 p { color: rgb(213,24,103); }

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

background-color css

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

 a { background-color: rgb(213,24,103); }

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

border-color css

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

 span { border-color: rgb(213,24,103); }

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