Html Css Color HEX #D41168 Ruby

📋 copy color: '#D41168'

red 212 ◦ green 17 ◦ blue 104

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

Shades of Ruby #D41168

Tints of Ruby #D41168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.11%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 63.66%
G = 5.11%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D41168 (or 0xD41168) is known color: Ruby. HEX triplet: D4, 11 and 68. RGB value is (212,17,104). Sum of RGB (Red+Green+Blue) = 212+17+104=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D41168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41168 is #2BEE97. Grayscale: #555555. Windows color (decimal): -2879128 or 6820308. OLE color: 6820308.

HSL color Cylindrical-coordinate representation of color #D41168: hue angle of 333.23º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41168 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 104 -
CMYK 0 0.92 0.51 0.17
HSL 333.23º 0.85% 0.45% -
HSV(B) 333.23º 0.92% 0.83% -
XYZ 29.85 15.4 14.5 -
YUV 85.22 138.6 218.43 -
System Red Green Blue C M Y K H S L
Decimal 212 17 104 0 0.92 0.51 0.17 333.23 0.85 0.45
Hex D4 11 68 0 5C 33 11 14D 55 2D
Octal 324 21 150 0 134 63 21 515 125 55
Binary 11010100 10001 1101000 0 1011100 110011 10001 101001101 1010101 101101

Color Harmonies of #D41168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41168

Black with #D41168

Text Example


Text Example

White with #D41168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41168; }

 p { color: rgb(212,17,104); }

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

background-color css

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

 a { background-color: rgb(212,17,104); }

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

border-color css

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

 span { border-color: rgb(212,17,104); }

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