Html Css Color HEX #D51A6A Ruby

📋 copy color: '#D51A6A'

red 213 ◦ green 26 ◦ blue 106

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

Shades of Ruby #D51A6A

Tints of Ruby #D51A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 61.74%
G = 7.54%
B = 30.72%

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

#D51A6A (or 0xD51A6A) is known color: Ruby. HEX triplet: D5, 1A and 6A. RGB value is (213,26,106). Sum of RGB (Red+Green+Blue) = 213+26+106=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A6A is #2AE595. Grayscale: #5A5A5A. Windows color (decimal): -2811286 or 6953685. OLE color: 6953685.

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

Color convert

RGB 213 26 106 -
CMYK 0 0.88 0.50 0.16
HSL 334.33º 0.78% 0.47% -
HSV(B) 334.33º 0.88% 0.84% -
XYZ 30.41 15.93 15.11 -
YUV 91.03 136.45 215 -
System Red Green Blue C M Y K H S L
Decimal 213 26 106 0 0.88 0.50 0.16 334.33 0.78 0.47
Hex D5 1A 6A 0 58 32 10 14E 4E 2F
Octal 325 32 152 0 130 62 20 516 116 57
Binary 11010101 11010 1101010 0 1011000 110010 10000 101001110 1001110 101111

Color Harmonies of #D51A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A6A

Black with #D51A6A

Text Example


Text Example

White with #D51A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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