Html Css Color HEX #D41866 Ruby

📋 copy color: '#D41866'

red 212 ◦ green 24 ◦ blue 102

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

Shades of Ruby #D41866

Tints of Ruby #D41866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 62.72%
G = 7.1%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D41866 (or 0xD41866) is known color: Ruby. HEX triplet: D4, 18 and 66. RGB value is (212,24,102). Sum of RGB (Red+Green+Blue) = 212+24+102=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D41866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41866 is #2BE799. Grayscale: #585858. Windows color (decimal): -2877338 or 6691028. OLE color: 6691028.

HSL color Cylindrical-coordinate representation of color #D41866: hue angle of 335.11º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41866 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 102 -
CMYK 0 0.89 0.52 0.17
HSL 335.11º 0.8% 0.46% -
HSV(B) 335.11º 0.89% 0.83% -
XYZ 29.88 15.61 14.01 -
YUV 89.1 135.28 215.66 -
System Red Green Blue C M Y K H S L
Decimal 212 24 102 0 0.89 0.52 0.17 335.11 0.8 0.46
Hex D4 18 66 0 59 34 11 14F 50 2E
Octal 324 30 146 0 131 64 21 517 120 56
Binary 11010100 11000 1100110 0 1011001 110100 10001 101001111 1010000 101110

Color Harmonies of #D41866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41866

Black with #D41866

Text Example


Text Example

White with #D41866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41866; }

 p { color: rgb(212,24,102); }

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

background-color css

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

 a { background-color: rgb(212,24,102); }

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

border-color css

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

 span { border-color: rgb(212,24,102); }

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