Html Css Color HEX #D41A6B Ruby

📋 copy color: '#D41A6B'

red 212 ◦ green 26 ◦ blue 107

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

Shades of Ruby #D41A6B

Tints of Ruby #D41A6B

RGB

 RED value IS 212 (83.2% from 255) = 61.45%

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

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

R = 61.45%
G = 7.54%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D41A6B (or 0xD41A6B) is known color: Ruby. HEX triplet: D4, 1A and 6B. RGB value is (212,26,107). Sum of RGB (Red+Green+Blue) = 212+26+107=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41A6B is #2BE594. Grayscale: #5A5A5A. Windows color (decimal): -2876821 or 7019220. OLE color: 7019220.

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

Color convert

RGB 212 26 107 -
CMYK 0 0.88 0.50 0.17
HSL 333.87º 0.78% 0.47% -
HSV(B) 333.87º 0.88% 0.83% -
XYZ 30.17 15.8 15.37 -
YUV 90.85 137.12 214.41 -
System Red Green Blue C M Y K H S L
Decimal 212 26 107 0 0.88 0.50 0.17 333.87 0.78 0.47
Hex D4 1A 6B 0 58 32 11 14E 4E 2F
Octal 324 32 153 0 130 62 21 516 116 57
Binary 11010100 11010 1101011 0 1011000 110010 10001 101001110 1001110 101111

Color Harmonies of #D41A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A6B

Black with #D41A6B

Text Example


Text Example

White with #D41A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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