Html Css Color HEX #D41361 Ruby

📋 copy color: '#D41361'

red 212 ◦ green 19 ◦ blue 97

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

Shades of Ruby #D41361

Tints of Ruby #D41361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.79%

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 64.63%
G = 5.79%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D41361 (or 0xD41361) is known color: Ruby. HEX triplet: D4, 13 and 61. RGB value is (212,19,97). Sum of RGB (Red+Green+Blue) = 212+19+97=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D41361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41361 is #2BEC9E. Grayscale: #555555. Windows color (decimal): -2878623 or 6362068. OLE color: 6362068.

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

Color convert

RGB 212 19 97 -
CMYK 0 0.91 0.54 0.17
HSL 335.75º 0.84% 0.45% -
HSV(B) 335.75º 0.91% 0.83% -
XYZ 29.54 15.33 12.71 -
YUV 85.6 134.44 218.16 -
System Red Green Blue C M Y K H S L
Decimal 212 19 97 0 0.91 0.54 0.17 335.75 0.84 0.45
Hex D4 13 61 0 5B 36 11 150 54 2D
Octal 324 23 141 0 133 66 21 520 124 55
Binary 11010100 10011 1100001 0 1011011 110110 10001 101010000 1010100 101101

Color Harmonies of #D41361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41361

Black with #D41361

Text Example


Text Example

White with #D41361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41361; }

 p { color: rgb(212,19,97); }

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

background-color css

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

 a { background-color: rgb(212,19,97); }

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

border-color css

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

 span { border-color: rgb(212,19,97); }

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