Html Css Color HEX #D51B65 Ruby

📋 copy color: '#D51B65'

red 213 ◦ green 27 ◦ blue 101

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

Shades of Ruby #D51B65

Tints of Ruby #D51B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.92%

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 62.46%
G = 7.92%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D51B65 (or 0xD51B65) is known color: Ruby. HEX triplet: D5, 1B and 65. RGB value is (213,27,101). Sum of RGB (Red+Green+Blue) = 213+27+101=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B65 is #2AE49A. Grayscale: #5A5A5A. Windows color (decimal): -2811035 or 6626261. OLE color: 6626261.

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

Color convert

RGB 213 27 101 -
CMYK 0 0.87 0.53 0.16
HSL 336.13º 0.78% 0.47% -
HSV(B) 336.13º 0.87% 0.84% -
XYZ 30.18 15.87 13.78 -
YUV 91.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 213 27 101 0 0.87 0.53 0.16 336.13 0.78 0.47
Hex D5 1B 65 0 57 35 10 150 4E 2F
Octal 325 33 145 0 127 65 20 520 116 57
Binary 11010101 11011 1100101 0 1010111 110101 10000 101010000 1001110 101111

Color Harmonies of #D51B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B65

Black with #D51B65

Text Example


Text Example

White with #D51B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B65; }

 p { color: rgb(213,27,101); }

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

background-color css

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

 a { background-color: rgb(213,27,101); }

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

border-color css

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

 span { border-color: rgb(213,27,101); }

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