Html Css Color HEX #D31261 Ruby

📋 copy color: '#D31261'

red 211 ◦ green 18 ◦ blue 97

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

Shades of Ruby #D31261

Tints of Ruby #D31261

RGB

 RED value IS 211 (82.81% from 255) = 64.72%

 GREEN value IS 18 (7.42% from 255) = 5.52%

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

R = 64.72%
G = 5.52%
B = 29.75%

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

#D31261 (or 0xD31261) is known color: Ruby. HEX triplet: D3, 12 and 61. RGB value is (211,18,97). Sum of RGB (Red+Green+Blue) = 211+18+97=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D31261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31261 is #2CED9E. Grayscale: #545454. Windows color (decimal): -2944415 or 6361811. OLE color: 6361811.

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

Color convert

RGB 211 18 97 -
CMYK 0 0.91 0.54 0.17
HSL 335.44º 0.84% 0.45% -
HSV(B) 335.44º 0.91% 0.83% -
XYZ 29.24 15.14 12.69 -
YUV 84.71 134.94 218.08 -
System Red Green Blue C M Y K H S L
Decimal 211 18 97 0 0.91 0.54 0.17 335.44 0.84 0.45
Hex D3 12 61 0 5B 36 11 14F 54 2D
Octal 323 22 141 0 133 66 21 517 124 55
Binary 11010011 10010 1100001 0 1011011 110110 10001 101001111 1010100 101101

Color Harmonies of #D31261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31261

Black with #D31261

Text Example


Text Example

White with #D31261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31261; }

 p { color: rgb(211,18,97); }

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

background-color css

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

 a { background-color: rgb(211,18,97); }

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

border-color css

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

 span { border-color: rgb(211,18,97); }

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