Html Css Color HEX #D51A6D Ruby

📋 copy color: '#D51A6D'

red 213 ◦ green 26 ◦ blue 109

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

Shades of Ruby #D51A6D

Tints of Ruby #D51A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 61.21%
G = 7.47%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D51A6D (or 0xD51A6D) is known color: Ruby. HEX triplet: D5, 1A and 6D. RGB value is (213,26,109). Sum of RGB (Red+Green+Blue) = 213+26+109=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A6D is #2AE592. Grayscale: #5B5B5B. Windows color (decimal): -2811283 or 7150293. OLE color: 7150293.

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

Color convert

RGB 213 26 109 -
CMYK 0 0.88 0.49 0.16
HSL 333.37º 0.78% 0.47% -
HSV(B) 333.37º 0.88% 0.84% -
XYZ 30.57 15.99 15.94 -
YUV 91.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 213 26 109 0 0.88 0.49 0.16 333.37 0.78 0.47
Hex D5 1A 6D 0 58 31 10 14D 4E 2F
Octal 325 32 155 0 130 61 20 515 116 57
Binary 11010101 11010 1101101 0 1011000 110001 10000 101001101 1001110 101111

Color Harmonies of #D51A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A6D

Black with #D51A6D

Text Example


Text Example

White with #D51A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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