Html Css Color HEX #D41D6C Ruby

📋 copy color: '#D41D6C'

red 212 ◦ green 29 ◦ blue 108

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

Shades of Ruby #D41D6C

Tints of Ruby #D41D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 60.74%
G = 8.31%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D41D6C (or 0xD41D6C) is known color: Ruby. HEX triplet: D4, 1D and 6C. RGB value is (212,29,108). Sum of RGB (Red+Green+Blue) = 212+29+108=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D6C is #2BE293. Grayscale: #5C5C5C. Windows color (decimal): -2876052 or 7085524. OLE color: 7085524.

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

Color convert

RGB 212 29 108 -
CMYK 0 0.86 0.49 0.17
HSL 334.1º 0.76% 0.47% -
HSV(B) 334.1º 0.86% 0.83% -
XYZ 30.3 15.96 15.67 -
YUV 92.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 212 29 108 0 0.86 0.49 0.17 334.1 0.76 0.47
Hex D4 1D 6C 0 56 31 11 14E 4C 2F
Octal 324 35 154 0 126 61 21 516 114 57
Binary 11010100 11101 1101100 0 1010110 110001 10001 101001110 1001100 101111

Color Harmonies of #D41D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41D6C

Black with #D41D6C

Text Example


Text Example

White with #D41D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41D6C; }

 p { color: rgb(212,29,108); }

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

background-color css

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

 a { background-color: rgb(212,29,108); }

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

border-color css

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

 span { border-color: rgb(212,29,108); }

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