Html Css Color HEX #D41153 Ruby

📋 copy color: '#D41153'

red 212 ◦ green 17 ◦ blue 83

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

Shades of Ruby #D41153

Tints of Ruby #D41153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 67.95%
G = 5.45%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D41153 (or 0xD41153) is known color: Ruby. HEX triplet: D4, 11 and 53. RGB value is (212,17,83). Sum of RGB (Red+Green+Blue) = 212+17+83=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D41153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41153 is #2BEEAC. Grayscale: #525252. Windows color (decimal): -2879149 or 5444052. OLE color: 5444052.

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

Color convert

RGB 212 17 83 -
CMYK 0 0.92 0.61 0.17
HSL 339.69º 0.85% 0.45% -
HSV(B) 339.69º 0.92% 0.83% -
XYZ 28.91 15.02 9.56 -
YUV 82.83 128.1 220.13 -
System Red Green Blue C M Y K H S L
Decimal 212 17 83 0 0.92 0.61 0.17 339.69 0.85 0.45
Hex D4 11 53 0 5C 3D 11 154 55 2D
Octal 324 21 123 0 134 75 21 524 125 55
Binary 11010100 10001 1010011 0 1011100 111101 10001 101010100 1010101 101101

Color Harmonies of #D41153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41153

Black with #D41153

Text Example


Text Example

White with #D41153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41153; }

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

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

background-color css

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

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

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

border-color css

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

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

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