Html Css Color HEX #D51866 Ruby

📋 copy color: '#D51866'

red 213 ◦ green 24 ◦ blue 102

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

Shades of Ruby #D51866

Tints of Ruby #D51866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 62.83%
G = 7.08%
B = 30.09%

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

#D51866 (or 0xD51866) is known color: Ruby. HEX triplet: D5, 18 and 66. RGB value is (213,24,102). Sum of RGB (Red+Green+Blue) = 213+24+102=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D51866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51866 is #2AE799. Grayscale: #595959. Windows color (decimal): -2811802 or 6691029. OLE color: 6691029.

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

Color convert

RGB 213 24 102 -
CMYK 0 0.89 0.52 0.16
HSL 335.24º 0.8% 0.46% -
HSV(B) 335.24º 0.89% 0.84% -
XYZ 30.17 15.76 14.02 -
YUV 89.4 135.12 216.16 -
System Red Green Blue C M Y K H S L
Decimal 213 24 102 0 0.89 0.52 0.16 335.24 0.8 0.46
Hex D5 18 66 0 59 34 10 14F 50 2E
Octal 325 30 146 0 131 64 20 517 120 56
Binary 11010101 11000 1100110 0 1011001 110100 10000 101001111 1010000 101110

Color Harmonies of #D51866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51866

Black with #D51866

Text Example


Text Example

White with #D51866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51866; }

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

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

background-color css

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

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

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

border-color css

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

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

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