Html Css Color HEX #D41766 Ruby

📋 copy color: '#D41766'

red 212 ◦ green 23 ◦ blue 102

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

Shades of Ruby #D41766

Tints of Ruby #D41766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

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

R = 62.91%
G = 6.82%
B = 30.27%

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

#D41766 (or 0xD41766) is known color: Ruby. HEX triplet: D4, 17 and 66. RGB value is (212,23,102). Sum of RGB (Red+Green+Blue) = 212+23+102=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D41766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41766 is #2BE899. Grayscale: #585858. Windows color (decimal): -2877594 or 6690772. OLE color: 6690772.

HSL color Cylindrical-coordinate representation of color #D41766: hue angle of 334.92º 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 #D41766 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 102 -
CMYK 0 0.89 0.52 0.17
HSL 334.92º 0.8% 0.46% -
HSV(B) 334.92º 0.89% 0.83% -
XYZ 29.86 15.57 14 -
YUV 88.52 135.62 216.08 -
System Red Green Blue C M Y K H S L
Decimal 212 23 102 0 0.89 0.52 0.17 334.92 0.8 0.46
Hex D4 17 66 0 59 34 11 14F 50 2E
Octal 324 27 146 0 131 64 21 517 120 56
Binary 11010100 10111 1100110 0 1011001 110100 10001 101001111 1010000 101110

Color Harmonies of #D41766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41766

Black with #D41766

Text Example


Text Example

White with #D41766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41766; }

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

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

background-color css

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

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

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

border-color css

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

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

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