Html Css Color HEX #D51A6B Ruby

📋 copy color: '#D51A6B'

red 213 ◦ green 26 ◦ blue 107

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

Shades of Ruby #D51A6B

Tints of Ruby #D51A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.51%

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 61.56%
G = 7.51%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D51A6B (or 0xD51A6B) is known color: Ruby. HEX triplet: D5, 1A and 6B. RGB value is (213,26,107). Sum of RGB (Red+Green+Blue) = 213+26+107=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A6B is #2AE594. Grayscale: #5B5B5B. Windows color (decimal): -2811285 or 7019221. OLE color: 7019221.

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

Color convert

RGB 213 26 107 -
CMYK 0 0.88 0.50 0.16
HSL 334.01º 0.78% 0.47% -
HSV(B) 334.01º 0.88% 0.84% -
XYZ 30.46 15.95 15.38 -
YUV 91.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 213 26 107 0 0.88 0.50 0.16 334.01 0.78 0.47
Hex D5 1A 6B 0 58 32 10 14E 4E 2F
Octal 325 32 153 0 130 62 20 516 116 57
Binary 11010101 11010 1101011 0 1011000 110010 10000 101001110 1001110 101111

Color Harmonies of #D51A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A6B

Black with #D51A6B

Text Example


Text Example

White with #D51A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A6B; }

 p { color: rgb(213,26,107); }

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

background-color css

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

 a { background-color: rgb(213,26,107); }

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

border-color css

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

 span { border-color: rgb(213,26,107); }

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