Html Css Color HEX #D41C6A Ruby

📋 copy color: '#D41C6A'

red 212 ◦ green 28 ◦ blue 106

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

Shades of Ruby #D41C6A

Tints of Ruby #D41C6A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 61.27%
G = 8.09%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D41C6A (or 0xD41C6A) is known color: Ruby. HEX triplet: D4, 1C and 6A. RGB value is (212,28,106). Sum of RGB (Red+Green+Blue) = 212+28+106=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41C6A is #2BE395. Grayscale: #5B5B5B. Windows color (decimal): -2876310 or 6954196. OLE color: 6954196.

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

Color convert

RGB 212 28 106 -
CMYK 0 0.87 0.5 0.17
HSL 334.57º 0.77% 0.47% -
HSV(B) 334.57º 0.87% 0.83% -
XYZ 30.17 15.87 15.11 -
YUV 91.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 212 28 106 0 0.87 0.5 0.17 334.57 0.77 0.47
Hex D4 1C 6A 0 57 32 11 14F 4D 2F
Octal 324 34 152 0 127 62 21 517 115 57
Binary 11010100 11100 1101010 0 1010111 110010 10001 101001111 1001101 101111

Color Harmonies of #D41C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41C6A

Black with #D41C6A

Text Example


Text Example

White with #D41C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41C6A; }

 p { color: rgb(212,28,106); }

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

background-color css

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

 a { background-color: rgb(212,28,106); }

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

border-color css

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

 span { border-color: rgb(212,28,106); }

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